|
Scala 2.2.0
|
abstract
class
DoubleLinkedList
[A, scala.Null <: This <: scala.collection.mutable.DoubleLinkedList[A,This]]
extends
scala.collection.mutable.SingleLinkedList[A,This] with
scala.ScalaObjectA
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
|
Constructor Detail |
def
this
Var Detail |
abstract
var
prev
: This
Def Detail |
override
def
append
(that: This): scala.Unit
override
def
insert
(that: This): scala.Unit
def
remove
: scala.Unit