Package one.microstream.collections.lazy
Interface LazyList<E>
- Type Parameters:
E
- the type of elements in this collection
- All Superinterfaces:
Collection<E>
,Iterable<E>
,LazyCollection<E>
,List<E>
- All Known Implementing Classes:
LazyArrayList
public interface LazyList<E> extends List<E>, LazyCollection<E>
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.collections.lazy.LazyCollection
LazyCollection.Static
-
Method Summary
Methods inherited from interface one.microstream.collections.lazy.LazyCollection
consolidate, iterateLazyReferences, parallelStream, stream, tryUnload
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray