|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IntIterator
An iterator for a list of ints.
| Method Summary | |
|---|---|
boolean |
hasNext()
Checks to see if the iterator has a next value. |
int |
next()
Returns the next value in the iterator. |
| Method Detail |
|---|
boolean hasNext()
int next()
NoSuchElementException - if no next element exists
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||