public abstract class AbstractForwardSequentialList<T>
extends java.util.AbstractSequentialList<T>
| Constructor and Description |
|---|
AbstractForwardSequentialList() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.util.Iterator<T> |
iterator() |
java.util.ListIterator<T> |
listIterator() |
java.util.ListIterator<T> |
listIterator(int initialIndex) |
add, clear, equals, hashCode, indexOf, lastIndexOf, removeRange, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, wait