Serializable
, Cloneable
, Iterable<E>
, Collection<E>
, List<E>
, RandomAccess
public class CachedIteratorArrayList<E> extends ArrayList<E>
modCount
Constructor | Description |
---|---|
CachedIteratorArrayList() |
|
CachedIteratorArrayList(int initialCapacity) |
|
CachedIteratorArrayList(Collection<? extends E> c) |
Modifier and Type | Method | Description |
---|---|---|
Iterator<E> |
iterator() |
containsAll, toString
equals, hashCode
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
parallelStream, stream
containsAll, equals, hashCode
public CachedIteratorArrayList()
public CachedIteratorArrayList(Collection<? extends E> c)
public CachedIteratorArrayList(int initialCapacity)