|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Iterator
| Method Summary | |
|---|---|
Value |
current(Env env)
Returns the current value. |
Value |
key(Env env)
Returns the current key. |
void |
next(Env env)
Advances to the next row. |
void |
rewind()
Rewinds the iterator so it is at the first row. |
boolean |
valid()
Returns true if the iterator currently points to a valid row. |
| Method Detail |
|---|
Value current(Env env)
Value key(Env env)
void next(Env env)
void rewind()
boolean valid()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||