Interface LazySet<E>

All Superinterfaces:
Collection<E>, Iterable<E>, LazyCollection<E>, Set<E>

public interface LazySet<E>
extends LazyCollection<E>, Set<E>