Package one.microstream.collections.lazy
Interface LazySet<E>
- All Superinterfaces:
Collection<E>,Iterable<E>,LazyCollection<E>,Set<E>
public interface LazySet<E> extends LazyCollection<E>, Set<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