|
Scala
1.2.0.1 |
|||
Field Summary | |
val t: GBTree[A,B]
|
Method Summary | |
def insert_left(value: B, bigger: GBTree[A,B]): ITree
|
|
def insert_right(value: B, smaller: GBTree[A,B]): ITree
|
|
def node: GBTree[A,B]
|
Methods inherited from java/lang/Object-class |
clone, eq, equals, finalize, getClass, hashCode, notify, notifyAll, synchronized, toString, wait, wait, wait |
Methods inherited from scala/Any-class |
!=, ==, asInstanceOf, isInstanceOf, match |
Methods inherited from scala/CaseClass-class |
caseArity, caseElement |
Methods inherited from scala/collection/immutable/InsertTree-class |
aNode, anInsertTree |
Field Detail |
val t: GBTree[A,B]
Method Detail |
def insert_left(value: B, bigger: GBTree[A,B]): ITree
def insert_right(value: B, smaller: GBTree[A,B]): ITree
def node: GBTree[A,B]
|
Scala
1.2.0.1 |
|||