public class LazyList<E> extends AbstractList<E>
modCount
Constructor and Description |
---|
LazyList(List<E> underlying,
Iterator<E> elementSource) |
Modifier and Type | Method and Description |
---|---|
E |
get(int i) |
List<E> |
getUnderlying() |
Iterator<E> |
iterator() |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
Copyright © 2014. All rights reserved.