Class Timestamp.Ordering$

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface scala.math.Equiv

        scala.math.Equiv.DeprecatedDoubleEquiv$, scala.math.Equiv.DeprecatedFloatEquiv$
      • Nested classes/interfaces inherited from interface scala.math.Ordering

        scala.math.Ordering.BigDecimal$, scala.math.Ordering.BigDecimalOrdering, scala.math.Ordering.BigInt$, scala.math.Ordering.BigIntOrdering, scala.math.Ordering.Boolean$, scala.math.Ordering.BooleanOrdering, scala.math.Ordering.Byte$, scala.math.Ordering.ByteOrdering, scala.math.Ordering.CachedReverse<T extends java.lang.Object>, scala.math.Ordering.Char$, scala.math.Ordering.CharOrdering, scala.math.Ordering.DeprecatedDoubleOrdering$, scala.math.Ordering.DeprecatedFloatOrdering$, scala.math.Ordering.Double$, scala.math.Ordering.ExtraImplicits, scala.math.Ordering.Float$, scala.math.Ordering.Implicits$, scala.math.Ordering.Int$, scala.math.Ordering.IntOrdering, scala.math.Ordering.Long$, scala.math.Ordering.LongOrdering, scala.math.Ordering.OptionOrdering<T extends java.lang.Object>, scala.math.Ordering.OrderingOps, scala.math.Ordering.Short$, scala.math.Ordering.ShortOrdering, scala.math.Ordering.String$, scala.math.Ordering.StringOrdering, scala.math.Ordering.Symbol$, scala.math.Ordering.SymbolOrdering, scala.math.Ordering.Unit$, scala.math.Ordering.UnitOrdering
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Timestamp.Ordering$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      Ordering$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compare​(Timestamp x, Timestamp y)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Comparator

        equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
      • Methods inherited from interface scala.math.Ordering

        equiv, gt, gteq, isReverseOf, lt, lteq, max, min, mkOrderingOps, on, orElse, orElseBy, reverse, tryCompare
    • Field Detail

      • MODULE$

        public static final Timestamp.Ordering$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • Ordering$

        public Ordering$()
    • Method Detail

      • compare

        public int compare​(Timestamp x,
                           Timestamp y)
        Specified by:
        compare in interface java.util.Comparator<Timestamp>
        Specified by:
        compare in interface scala.math.Ordering<Timestamp>