|
Scala 2
|
||
class
LinkedList
[ A ]
extends
SingleLinkedList with
ScalaObjectelem
)
and the tail (next
) are mutable.Constructor Summary | |
def
this
( elem : A , next : LinkedList )
|
Def Summary | |
override
|
def
equals
( obj : scala.Any )
: scala.Boolean
|
override protected
|
def
stringPrefix
: java.lang.String
|
Constructor Detail |
def
this
( elem : A , next : LinkedList )
Def Detail |
def
equals
( obj : scala.Any ) : scala.Boolean
def
stringPrefix
: java.lang.String