|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.AbstractSequentialList<E>
ch.bfh.algo.core.sequence.GenericLinkedSequence<E,LinkedPosition<E>>
ch.bfh.algo.sequence.LinkedSequence<E>
public class LinkedSequence<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 |
---|
public LinkedSequence()
public LinkedSequence(SequenceFactory<LinkedPosition<E>> factory)
public LinkedSequence(Collection<? extends E> c)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |