|
Scala 2.4.0-final
|
abstract
class
DoubleLinkedList
[A, This <: scala.collection.mutable.DoubleLinkedList[A, This] >: scala.Null]
extends
scala.collection.mutable.SingleLinkedList[A, This]
with
scala.ScalaObject
A
refers to the element type
of the list, type variable This
is used to model self
types of linked lists.Constructor Summary | |
def
this
|
Var Summary | |
abstract
|
var
prev
: This
|
Def Summary | |
override
|
def
append
(that: This)
: scala.Unit
|
override
|
def
insert
(that: This)
: scala.Unit
|
def
remove
: scala.Unit
|
Def inherited from scala.collection.mutable.SingleLinkedList[A, This] | |
append , apply, elements, get, insert, length, toList |
Constructor Detail |
Var Detail |
Def Detail |
override
def
append
(that: This): scala.Unit
override
def
insert
(that: This): scala.Unit
def
remove
: scala.Unit