|
Scala 2
|
||
class
Node
[ A <: B ]
extends
Stack with
ScalaObjectConstructor Summary | |
def
this
( elem : B )
|
Def Summary | |
override
|
def
+
[ B <: C& ]
( elem : C& )
: Stack
|
override
|
def
+
[ B <: C& ]
( elems : Iterable )
: Stack
|
override
|
def
apply
( n : scala.Int )
: B
|
override
|
def
hashCode
: scala.Int
|
override
|
def
isEmpty
: scala.Boolean
|
override
|
def
length
: scala.Int
|
override
|
def
pop
: Stack
|
override
|
def
toList
: List
|
override
|
def
top
: B
|
Constructor Detail |
def
this
( elem : B )
Def Detail |
def
+
[ B <: C& ]( elem : C& ) : Stack
def
+
[ B <: C& ]( elems : Iterable ) : Stack
def
apply
( n : scala.Int ) : B
def
hashCode
: scala.Int
def
isEmpty
: scala.Boolean
def
length
: scala.Int
def
pop
: Stack
def
toList
: List
def
top
: B