Class LazySetOnSet<E>

Type Parameters:
E -
All Implemented Interfaces:
Iterable<E>, Collection<E>, Set<E>

public class LazySetOnSet<E> extends LazySet<E>
LazySet that passes method calls through to the underlying Set, where possible, instead of going via Iterators.