|
Scala 2.1.7patch8283
|
class
Ordered
[ a ]
extends
java.lang.Object with
scala.ScalaObjectDef Summary | |
def
<
( that : a )
: scala.Boolean
|
|
def
<=
( that : a )
: scala.Boolean
|
|
def
>
( that : a )
: scala.Boolean
|
|
def
>=
( that : a )
: scala.Boolean
|
|
def
compare
( that : a )
: scala.Int
Result of comparing `this' with operand `that'. returns `x' where x < 0 iff this < that
x == 0 iff this == that
x > 0 iff this > that
|
|
def
compareTo
( that : a )
: scala.Int
|
Def Detail |
def
<
( that : a ) : scala.Boolean
def
<=
( that : a ) : scala.Boolean
def
>
( that : a ) : scala.Boolean
def
>=
( that : a ) : scala.Boolean
def
compare
( that : a ) : scala.Int
x < 0
iff this < that
x == 0
iff this == that
x > 0
iff this > that
def
compareTo
( that : a ) : scala.Int