|
Scala
1.4.0.3 |
|||
| Field Summary | |
val i: Int
|
|
| Method Summary | |
def compareTo[b >: HedgeNT](view: (b) => Ordered[b])(y: b): Int
Result of comparing `this' with operand `that'. |
|
var nullable: Boolean
|
|
| Methods inherited from java/lang/Object-class |
| clone, eq, equals, finalize, getClass, hashCode, ne, notify, notifyAll, synchronized, wait, wait, wait |
| Methods inherited from scala/Any-class |
| !=, ==, asInstanceOf, isInstanceOf, match |
| Methods inherited from scala/CaseClass-class |
| caseArity, caseElement, caseName |
| Methods inherited from scala/Ordered-class |
| <, <=, >, >= |
| Methods inherited from scala/ScalaObject-class |
| getScalaType |
| Methods inherited from scala/runtime/matching/NonTerm-class |
| toString |
| Field Detail |
val i: Int
| Method Detail |
var nullable: Boolean
def compareTo[b >: HedgeNT](view: (b) => Ordered[b])(y: b): Int
x < 0 iff this < that
x == 0 iff this == that
x > 0 iff this > that
|
Scala
1.4.0.3 |
|||