Package com.vividsolutions.jump.util
Class LazyList<E>
- java.lang.Object
-
- com.vividsolutions.jump.util.CollectionWrapper<E>
-
- com.vividsolutions.jump.util.ListWrapper<E>
-
- com.vividsolutions.jump.util.LazyList<E>
-
- All Implemented Interfaces:
Iterable<E>
,Collection<E>
,List<E>
public class LazyList<E> extends ListWrapper<E>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<E>
getCollection()
-
Methods inherited from class com.vividsolutions.jump.util.ListWrapper
add, addAll, get, getList, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subList
-
Methods inherited from class com.vividsolutions.jump.util.CollectionWrapper
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
-
-
-
Constructor Detail
-
LazyList
public LazyList(Block collectionFactory)
-
-
Method Detail
-
getCollection
public Collection<E> getCollection()
- Specified by:
getCollection
in classCollectionWrapper<E>
-
-