Constructor and Description |
---|
ArrayIntIterator(int[] a)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Integer |
next() |
int |
nextInt() |
int |
skip(int n) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
public ArrayIntIterator(int[] a)
a
- array to iterate overCopyright © 2016. All rights reserved.