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, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringCopyright © 2014. All rights reserved.