|
Scala 2
|
||
class
InsertTree
[ A , B ]
extends
java.lang.Object with
ScalaObjectConstructor Summary | |
def
this
( ) ( view$1 : Function1 )
|
Def Summary | |
def
insertLeft
( k : A , v : B , t : GBTree )
: InsertTree
|
|
def
insertRight
( k : A , v : B , t : GBTree )
: InsertTree
|
|
def
node
: GBTree
|
Constructor Detail |
def
this
( ) ( view$1 : Function1 )
Def Detail |
def
insertLeft
( k : A , v : B , t : GBTree ) : InsertTree
def
insertRight
( k : A , v : B , t : GBTree ) : InsertTree
def
node
: GBTree