Class IteratorSet<E>

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

    public class IteratorSet<E>
    extends AbstractSet<E>

    A Set implementation backed by an iterator.

    Author:
    David B. Bracewell