|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IntIterator
The IntIterator interface is used to iterate over a stream of integers.
Method Summary | |
---|---|
boolean |
hasNext()
Is there more? |
int |
next()
Return the next integer |
Method Detail |
---|
boolean hasNext()
int next()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |