public class CompositeIntIterator extends IntIterator
| Constructor and Description |
|---|
CompositeIntIterator(IntIterator[] iterators) |
CompositeIntIterator(IntIterator iter1,
IntIterator iter2) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
int |
nextInt() |
void |
remove() |
isDoubleSupported, isFloatSupported, isIntSupported, isLongSupported, next, nextDouble, nextFloat, nextLongisBooleanSupported, nextBooleanpublic CompositeIntIterator(IntIterator iter1, IntIterator iter2)
public CompositeIntIterator(IntIterator[] iterators)
public int nextInt()
nextInt in interface LiteralIteratornextInt in class IntIteratorIntIterator.nextInt()public boolean hasNext()
Iterator.hasNext()public void remove()