in scala.collection.mutable
class LinkedList

class LinkedList [ A ]
extends SingleLinkedList
with ScalaObject
This class implements single linked lists where both the head (elem) and the tail (next) are mutable.
author:
Matthias Zenger
version:
1.0, 08/07/2003

Constructor Summary
def this ( elem : A , next : LinkedList )



Def Summary
override def equals ( obj : scala.Any ) : scala.Boolean

override protected def stringPrefix : java.lang.String



Constructor Detail
def this ( elem : A , next : LinkedList )

Def Detail
override def equals ( obj : scala.Any ) : scala.Boolean

override protected def stringPrefix : java.lang.String