|
Scala 2
|
class
ITree
[ A , B ]
extends
InsertTree with
ScalaObject with
CaseClassConstructor Summary | |
def
this
( t : GBTree ) ( view$2 : Function1 )
|
Def Summary | |
final override
|
def
$tag
: scala.Int
|
final override
|
def
caseArity
: scala.Int
|
final override
|
def
caseElement
( x$1 : scala.Int )
: scala.Any
|
final override
|
def
caseName
: java.lang.String
|
override
|
def
equals
( x$1 : scala.Any )
: scala.Boolean
|
override
|
def
hashCode
: scala.Int
|
def
insertLeft
( key : A , value : B , bigger : GBTree )
: ITree
|
|
def
insertRight
( key : A , value : B , smaller : GBTree )
: ITree
|
|
def
node
: GBTree
|
|
override
|
def
toString
: java.lang.String
|
Constructor Detail |
def
this
( t : GBTree ) ( view$2 : Function1 )
Def Detail |
def
$tag
: scala.Int
def
caseArity
: scala.Int
def
caseElement
( x$1 : scala.Int ) : scala.Any
def
caseName
: java.lang.String
def
equals
( x$1 : scala.Any ) : scala.Boolean
def
hashCode
: scala.Int
def
insertLeft
( key : A , value : B , bigger : GBTree ) : ITree
def
insertRight
( key : A , value : B , smaller : GBTree ) : ITree
def
node
: GBTree
def
toString
: java.lang.String