|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Similar to the standard Java Iterator, it will return a set of Objects sequentially. When hasNext() returns false, there are no more Objects to retrieve.
| Method Summary | |
boolean |
hasNext()
Returns whether there are more Objects to retrieve. |
Object |
next()
Returns the next Object in the sequence. |
void |
remove()
Returns the next Object in the sequence (optional operation). |
| Method Detail |
public boolean hasNext()
public Object next()
throws NoSuchElementException
NoSuchElementException - if there are no more elements left.public void remove()
UnsupportedOperationException - if the implementation does not support this operaton
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||