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, toStringadd, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, removeRange, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, toArray, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, lastIndexOf, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streampublic UnlazyList<A> force()
see also the complete user documentation .