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>, SequencedCollection<E>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ListWrapper
add, addAll, get, getList, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subListMethods inherited from class CollectionWrapper
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
LazyList
-
-
Method Details
-
getCollection
- Specified by:
getCollectionin classCollectionWrapper<E>
-