|
Scala Library
|
|
protected abstract
class
InsertTree[A, B](implicit view$2 : (A) => Ordered[A])
extends AnyRef| Method Summary | |
abstract def
|
insertLeft (k : A, v : B, t : GBTree[A, B]) : InsertTree[A, B] |
abstract def
|
insertRight (k : A, v : B, t : GBTree[A, B]) : InsertTree[A, B] |
abstract def
|
node : GBTree[A, B] |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
|
Scala Library
|
|