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