public final class LazyList<T>
extends java.util.AbstractList<T>
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static interface |
LazyList.GetPage<T> |
| Constructor and Description |
|---|
LazyList(java.util.List<T> firstPage,
LazyList.GetPage<T> nextPage,
int totalPages,
int totalCount) |
| Modifier and Type | Method and Description |
|---|---|
static <K> LazyList<K> |
empty() |
T |
get(int index) |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic LazyList(java.util.List<T> firstPage, LazyList.GetPage<T> nextPage, int totalPages, int totalCount)