|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IntIterator
This class represents iterators over collections of int values.
Iterator| Method Summary | |
|---|---|
boolean |
hasNext()
Indicates whether more int values can be returned by this iterator. |
int |
next()
Returns the next int value of this iterator. |
void |
remove()
Removes the last int value returned from the underlying collection. |
| Method Detail |
|---|
boolean hasNext()
next()int next()
java.util.NoSuchElementException - if no more elements are available from this
iterator.hasNext()void remove()
java.lang.UnsupportedOperationException - if removal is not supported by this iterator.
java.lang.IllegalStateException - if no element has been returned by this iterator
yet.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||