public class CachedIteratorArrayList<E> extends ArrayList<E>
modCount
Constructor and Description |
---|
CachedIteratorArrayList() |
CachedIteratorArrayList(Collection<? extends E> c) |
CachedIteratorArrayList(int initialCapacity) |
Modifier and Type | Method and Description |
---|---|
Iterator<E> |
iterator() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
public CachedIteratorArrayList()
public CachedIteratorArrayList(Collection<? extends E> c)
public CachedIteratorArrayList(int initialCapacity)