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, setadd, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, removeRange, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic 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 .