|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Type specific Iterator. Use the Iterator methods to fetch elements sequentially.
Iterator| Method Summary | |
boolean |
hasNext()
Returns true if there are more elements. |
Variable |
next()
Returns the next element. |
| Method Detail |
public boolean hasNext()
true if there are more elements.public Variable next()
java.util.NoSuchElementException - If no more elements exist.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||