|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IntIterator
Interface for an iterator objects that uses int primitaves instead of using the boxed Integer vesion.
| Method Summary | |
|---|---|
boolean |
hasNext()
Check if there are more elements |
int |
next()
Get next int |
| Method Detail |
|---|
int next()
boolean hasNext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||