|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IntSequenceIterator
An iterator over a sequence of integers.
| Method Summary | |
|---|---|
boolean |
hasNext()
Reports whether the iteration has more elements. |
int |
nextInt()
Gets the next value from the iteration. |
void |
remove()
Removes from the underlying sequence the last element returned by the iterator (optional operation). |
| Method Detail |
|---|
boolean hasNext()
true if the iteration has more elements.int nextInt()
void remove()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||