|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IntIterator
An iterator optimized for primitive collections which avoids auto-boxing on next().
| Method Summary | |
|---|---|
boolean |
hasNext()
Identical to Iterator.hasNext(). |
int |
next()
Identical to Iterator.next() but avoids auto-boxing. |
void |
remove()
Identical to Iterator.remove(). |
| Method Detail |
|---|
int next()
Iterator.next() but avoids auto-boxing.
boolean hasNext()
Iterator.hasNext().
void remove()
Iterator.remove().
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||