public interface IntIterator
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Checks to see if the iterator has a next value.
|
int |
next()
Returns the next value in the iterator.
|
boolean hasNext()
int next()
NoSuchElementException - if no next element existsCopyright © 2016. All Rights Reserved.