public abstract class UnlazyList<A> extends AbstractLazyList<A>
modCount
Constructor and Description |
---|
UnlazyList() |
Modifier and Type | Method and Description |
---|---|
UnlazyList<A> |
force() |
asList, iterator, listIterator, toString
add, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, removeRange, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, toArray, toArray
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, lastIndexOf, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
parallelStream, removeIf, stream
public UnlazyList<A> force()
see also the complete user documentation .