Class CompoundIntIterator

  • All Implemented Interfaces:
    IntIterator

    public class CompoundIntIterator
    extends Object
    implements IntIterator
    An Iterator which provides a concatenation of two IntIterators.
    • Constructor Detail

      • CompoundIntIterator

        public CompoundIntIterator​(IntIterator A,
                                   IntIterator B)
        Parameters:
        A - the first iterator in the concatenated result
        B - the second iterator in the concatenated result