|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IntIterator
The purpose of this class is to provide a simple iterator interface for integers. It is mostly just used for better performance compared to the default Java iterator.
| Method Summary | |
|---|---|
boolean |
hasNext()
Is there more? |
int |
next()
Returns 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 | ||||||||