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 IntIteratorpublic int next()
next in interface IntIteratorpublic int hashCode()
throws UnimplementedError
hashCode in class ObjectUnimplementedError