| 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, waitforEachRemaining, removepublic ArrayIntIterator(int[] a)
a - array to iterate overCopyright © 2016. All rights reserved.