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