|
Scala 2
|
class
DoubleLinkedList
[ A , scala.AllRef <: 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
|
Def Summary | |
override
|
def
append
( that : This )
: scala.Unit
|
override
|
def
insert
( that : This )
: scala.Unit
|
def
prev
: This
|
|
def
prev_=
( x$1 : This )
: scala.Unit
|
|
def
remove
: scala.Unit
|
Constructor Detail |
def
this
Def Detail |
def
append
( that : This ) : scala.Unit
def
insert
( that : This ) : scala.Unit
def
prev
: This
def
prev_=
( x$1 : This ) : scala.Unit
def
remove
: scala.Unit