|
Scala 2.2.0.9025
|
abstract
trait
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
|
|
abstract
|
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
abstract
def
compare
(that: a): scala.Int
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