Class CompoundIterator<T>

  • Type Parameters:
    T - the type of the object in the iterators
    All Implemented Interfaces:
    Iterator<T>

    public class CompoundIterator<T>
    extends Object
    implements Iterator<T>
    An iterator that can iterate across multiple iterators.