EmptyIntIterator
public interface IntIterator
Modifier and Type | Method | Description |
---|---|---|
boolean |
hasNext() |
Test whether there are any more integers in the sequence
|
int |
next() |
Return the next integer in the sequence.
|
boolean hasNext()
int next()