Class UnionIterator<T>

  • Type Parameters:
    T - The type returned by the iterator.
    All Implemented Interfaces:
    Iterable<T>, Iterator<T>

    @Internal
    public class UnionIterator<T>
    extends Object
    implements Iterator<T>, Iterable<T>
    An iterator that concatenates a collection of iterators. The UnionIterator is a mutable, reusable type.
    • Constructor Detail

      • UnionIterator

        public UnionIterator()