public class LazyList extends ListWrapper
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection |
getCollection() |
add, addAll, get, getList, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subListadd, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArraypublic LazyList(Block collectionFactory)
public java.util.Collection getCollection()
getCollection in class CollectionWrapper