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

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.AbstractSequentialList<E>
              extended by ch.bfh.algo.core.sequence.GenericLinkedSequence<E,LinkedPosition<E>>
                  extended by ch.bfh.algo.sequence.LinkedSequence<E>
All Implemented Interfaces:
Container<E>, GenericContainer<E,LinkedPosition<E>>, GenericSequence<E,LinkedPosition<E>>, Sequence<E>, Iterable<E>, Collection<E>, List<E>

public class LinkedSequence<E>
extends GenericLinkedSequence<E,LinkedPosition<E>>


Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
LinkedSequence()
           
LinkedSequence(Collection<? extends E> c)
           
LinkedSequence(SequenceFactory<LinkedPosition<E>> factory)
           
 
Method Summary
 
Methods inherited from class ch.bfh.algo.core.sequence.GenericLinkedSequence
after, after, before, before, delete, delete, element, element, encloses, encloses, first, head, insert, insert, insertAfter, insertAfter, insertBefore, insertBefore, insertBetween, insertBetween, last, listIterator, position, positionIterator, positionListIterator, positionListIterator, rank, rank, replace, replace, size, swap, swap, tail, validate
 
Methods inherited from class java.util.AbstractSequentialList
add, addAll, get, iterator, remove, set
 
Methods inherited from class java.util.AbstractList
add, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, removeRange, subList
 
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, remove, remove, removeAll, retainAll, set, subList, toArray, toArray
 

Constructor Detail

LinkedSequence

public LinkedSequence()

LinkedSequence

public LinkedSequence(SequenceFactory<LinkedPosition<E>> factory)

LinkedSequence

public LinkedSequence(Collection<? extends E> c)