|
|||||||||
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>
ch.bfh.algo.core.sequence.GenericArraySequence<E,ArrayPosition<E>>
ch.bfh.algo.sequence.ArraySequence<E>
public class ArraySequence<E>
Field Summary |
---|
Fields inherited from class java.util.AbstractList |
---|
modCount |
Constructor Summary | |
---|---|
ArraySequence()
|
|
ArraySequence(Collection<? extends E> c)
|
|
ArraySequence(int size)
|
|
ArraySequence(int size,
SequenceFactory<ArrayPosition<E>> factory)
|
|
ArraySequence(SequenceFactory<ArrayPosition<E>> factory)
|
Method Summary |
---|
Methods inherited from class ch.bfh.algo.core.sequence.GenericArraySequence |
---|
add, after, after, before, before, delete, delete, element, element, encloses, encloses, first, get, insert, insertAfter, insertAfter, insertBefore, insertBefore, last, position, positionIterator, positionListIterator, positionListIterator, rank, rank, remove, replace, replace, set, size, swap, swap |
Methods inherited from class java.util.AbstractList |
---|
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, 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, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, removeAll, retainAll, subList, toArray, toArray |
Constructor Detail |
---|
public ArraySequence(int size, SequenceFactory<ArrayPosition<E>> factory)
public ArraySequence(SequenceFactory<ArrayPosition<E>> factory)
public ArraySequence(int size)
public ArraySequence()
public ArraySequence(Collection<? extends E> c)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |