Package org.jf.util
Class AbstractForwardSequentialList<T>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.AbstractSequentialList<T>
-
- org.jf.util.AbstractForwardSequentialList<T>
-
- All Implemented Interfaces:
java.lang.Iterable<T>
,java.util.Collection<T>
,java.util.List<T>
public abstract class AbstractForwardSequentialList<T> extends java.util.AbstractSequentialList<T>
-
-
Constructor Summary
Constructors Constructor Description AbstractForwardSequentialList()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract java.util.Iterator<T>
iterator()
java.util.ListIterator<T>
listIterator()
java.util.ListIterator<T>
listIterator(int initialIndex)
-
Methods inherited from class java.util.AbstractList
add, clear, equals, hashCode, indexOf, lastIndexOf, removeRange, subList
-
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, toArray, toArray, toString
-
-