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, 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 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 .