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, subList
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
public LazyList(Block collectionFactory)
public java.util.Collection getCollection()
getCollection
in class CollectionWrapper