java.util
Class AbstractSequentialList
java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
java.util.AbstractSequentialList
- All Implemented Interfaces:
- Collection, List
- Direct Known Subclasses:
- LinkedList
public abstract class AbstractSequentialList
- extends AbstractList
Methods inherited from class java.util.AbstractCollection |
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Collection |
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, toArray, toArray |
AbstractSequentialList
protected AbstractSequentialList()
get
public Object get(int var0)
listIterator
public abstract ListIterator listIterator(int var0)
- Specified by:
listIterator
in interface List
- Overrides:
listIterator
in class AbstractList