Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
compare
(left: Any, right: Any): Int
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
equiv
(x: Any, y: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
gt
(x: Any, y: Any): Boolean
-
def
gteq
(x: Any, y: Any): Boolean
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
lt
(x: Any, y: Any): Boolean
-
def
lteq
(x: Any, y: Any): Boolean
-
def
max
(x: Any, y: Any): Any
-
def
min
(x: Any, y: Any): Any
-
implicit def
mkOrderingOps
(lhs: Any): Ops
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
on
[U]
(f: (U) ⇒ Any): Ordering[U]
-
def
readResolve
(): AnyRef
-
def
reverse
: Ordering[Any]
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
tryCompare
(x: Any, y: Any): Some[Int]
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from Ordering[Any]
Inherited from Serializable
Inherited from Serializable
Inherited from PartialOrdering[Any]
Inherited from Equiv[Any]
Inherited from Comparator[Any]
Inherited from AnyRef
Inherited from Any