| 
 | 
          Scala 1.3.0.7 | |||
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, notify, notifyAll, synchronized, wait, wait, wait | 
| Methods inherited from scala/Any-class | 
| !=, ==, asInstanceOf, isInstanceOf, match | 
| Methods inherited from scala/Iterable-class | 
| /:, :\, exists, find, foldLeft, foldRight, forall, foreach, sameElements | 
| Methods inherited from scala/ScalaObject-class | 
| getType | 
| Methods inherited from scala/Seq-class | 
| 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.3.0.7 | |||