Class LazyHashSet<T>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<T>
one.microstream.collections.lazy.LazyHashSet<T>
Type Parameters:
T - Type of contained elements
All Implemented Interfaces:
Iterable<T>, Collection<T>, Set<T>

public final class LazyHashSet<T>
extends AbstractSet<T>
Implementation of the Set interface, backed by a LazyHashMap