Class SetView<E>

  • Type Parameters:
    E - the type contains in the set
    All Implemented Interfaces:
    Iterable<E>, Collection<E>, Set<E>

    public class SetView<E>
    extends Object
    implements Set<E>
    View of a list of sets.

    This is used for performance to reduce copies but breaks the semantics of the set where the elements must all be unique.