|
Scala 2.1.6
|
class
Node
[ A <: B ]
extends
scala.collection.immutable.Stack[B] with
scala.ScalaObjectConstructor Summary | |
def
this
( elem : B )
|
Def Summary | |
override
|
def
+
[ B <: C ]
( elem : C )
: scala.collection.immutable.Stack[C]
|
override
|
def
+
[ B <: C ]
( elems : scala.Iterable[C] )
: scala.collection.immutable.Stack[C]
|
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
: scala.collection.immutable.Stack[B]
|
override
|
def
toList
: scala.List[B]
|
override
|
def
top
: B
|
Constructor Detail |
def
this
( elem : B )
Def Detail |
def
+
[ B <: C ]( elem : C ) : scala.collection.immutable.Stack[C]
def
+
[ B <: C ]( elems : scala.Iterable[C] ) : scala.collection.immutable.Stack[C]
def
apply
( n : scala.Int ) : B
def
hashCode
: scala.Int
def
isEmpty
: scala.Boolean
def
length
: scala.Int
def
pop
: scala.collection.immutable.Stack[B]
def
toList
: scala.List[B]
def
top
: B