|
Scala 2.2.0.9153
|
protected
class
Node
[A <: B]
extends
scala.collection.immutable.Stack[B] with
scala.ScalaObjectConstructor Summary | |
def
this
(elem: B)
|
Def Summary | |
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
top
: B
|
Constructor Detail |
def
this
(elem: B)
Def Detail |
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
top
: B