public static class Iterables.Cached<A> extends AbstractSequentialList<A>
modCount
Modifier and Type | Method and Description |
---|---|
Collection<A> |
force() |
ListIterator<A> |
listIterator(int index) |
int |
size() |
add, addAll, get, iterator, remove, set
add, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, removeRange, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public int size()
size
in interface Collection<A>
size
in interface List<A>
size
in class AbstractCollection<A>
public Collection<A> force()
public ListIterator<A> listIterator(int index)
listIterator
in interface List<A>
listIterator
in class AbstractSequentialList<A>
see also the complete user documentation .