public class CompoundIntIterator extends Object implements IntIterator
Constructor and Description |
---|
CompoundIntIterator(IntIterator A,
IntIterator B) |
public CompoundIntIterator(IntIterator A, IntIterator B)
A
- the first iterator in the concatenated resultB
- the second iterator in the concatenated resultpublic boolean hasNext()
hasNext
in interface IntIterator
public int next()
next
in interface IntIterator
public int hashCode() throws UnimplementedError
hashCode
in class Object
UnimplementedError