|
Scala
1.4.0.3 |
|||
A
refers to the element type
of the list, type variable This
is used to model self
types of linked lists.
Method Summary | |
override
|
def append(that: This): Unit
|
override
|
def insert(that: This): Unit
|
var prev: This
|
|
def remove: Unit
|
Methods inherited from java/lang/Object-class |
clone, eq, equals, finalize, getClass, hashCode, ne, notify, notifyAll, synchronized, wait, wait, wait |
Methods inherited from scala/Any-class |
!=, ==, asInstanceOf, isInstanceOf, match |
Methods inherited from scala/Iterable-class |
/:, :\, concat, exists, find, foldLeft, foldRight, forall, foreach, sameElements |
Methods inherited from scala/ScalaObject-class |
getScalaType |
Methods inherited from scala/Seq-class |
concat, copyToArray, drop, indexOf, isDefinedAt, lastIndexOf, stringPrefix, subseq, take, toString |
Methods inherited from scala/collection/mutable/SingleLinkedList-class |
apply, elem, elements, get, length, next, toList |
Method Detail |
var prev: This
override def append(that: This): Unit
override def insert(that: This): Unit
def remove: Unit
|
Scala
1.4.0.3 |
|||