|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IntIterator
An iterator over integers.
Method Summary | |
---|---|
boolean |
hasNext()
Returns true if the iterator has more elements. |
int |
next()
Returns the next element in the iterator. |
Method Detail |
---|
boolean hasNext()
int next()
NoSuchElementException
- The iteration has no
more elements.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |