ch.bfh.algo.sequence
Class LinkedPosition<E>

java.lang.Object
  extended by ch.bfh.algo.core.sequence.ConcretePosition<E,P>
      extended by ch.bfh.algo.core.sequence.GenericLinkedPosition<E,LinkedPosition<E>>
          extended by ch.bfh.algo.sequence.LinkedPosition<E>
All Implemented Interfaces:
GenericPosition<E,LinkedPosition<E>>, Observable, Position<E>

public class LinkedPosition<E>
extends GenericLinkedPosition<E,LinkedPosition<E>>


Constructor Summary
LinkedPosition()
           
 
Method Summary
 
Methods inherited from class ch.bfh.algo.core.sequence.GenericLinkedPosition
attachAfter, attachBefore, container, detachAfter, detachBefore, getNext, getPrevious, notifyAfter, notifyBefore, setNext, setPrevious
 
Methods inherited from class ch.bfh.algo.core.sequence.ConcretePosition
element, locator, replace, setContainer, setLocator, swap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkedPosition

public LinkedPosition()