Class LazySet.IncludingSet<E>

Type Parameters:
E - the collection element type
All Implemented Interfaces:
Iterable<E>, Collection<E>, Set<E>
Enclosing class:
LazySet<E>

public static class LazySet.IncludingSet<E> extends LazySet.NonCachingSet<E>
LazySet that includes an element into the underlying LazySet, except if the element already occurs in the underlying LazySet.