Class CompoundIterator<T>

  • All Implemented Interfaces:
    Iterator<T>

    public class CompoundIterator<T>
    extends Object
    implements Iterator<T>
    An iterator which provides a logical concatenation of the lists from two other iterators