Class LazySet.ExcludingSet<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.ExcludingSet<E> extends LazySet.NonCachingSet<E>
LazySet that excludes an element from the underlying LazySet.