|
Scala 2.4.0-RC2
|
protected
class
Node
[+B >: A]
extends
scala.collection.immutable.Stack[B]
with
scala.ScalaObject
Constructor 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
|
Def inherited from scala.collection.immutable.Stack[B] | |
+ , +, apply, elements, equals, hashCode, isEmpty, length, pop, push, stringPrefix, top |
Constructor Detail |
Def Detail |
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