public abstract class AbstractLazyList<A> extends AbstractSequentialList<A> implements LazyList<A>
modCount| Constructor and Description | 
|---|
| AbstractLazyList() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<A> | asList() | 
| Iterator<A> | iterator() | 
| ListIterator<A> | listIterator(int index) | 
| String | toString() | 
add, 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 ListIterator<A> listIterator(int index)
listIterator in interface List<A>listIterator in class AbstractSequentialList<A>public String toString()
toString in class AbstractCollection<A>see also the complete user documentation .