ist.palcom.base
Class Link

java.lang.Object
  extended by ist.palcom.base.Object
      extended by ist.palcom.base.Link

public class Link
extends Object

Link is used by the implementation of the LinkedList class. Instances of this class represent a position in a LinkedList and contain a reference to the successor and predecessor links as well as a reference to the List element at this position in the List.


Constructor Summary
Link()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Link

public Link()