|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ObjectSet
query resultset.
The ObjectSet interface providedes iterator functions to
navigate through a set of objects retrieved by a query.
| Method Summary | |
|---|---|
boolean |
hasNext()
returns true if the ObjectSet has more elements. |
Object |
next()
returns the next object in the ObjectSet. |
void |
reset()
resets the ObjectSet cursor before the first element. |
int |
size()
returns the number of elements in the ObjectSet. |
| Method Detail |
|---|
boolean hasNext()
true if the ObjectSet has more elements.
true if the ObjectSet has more
elements.Object next()
ObjectSet.
ObjectSet.void reset()
ObjectSet cursor before the first element. next() will return the first element.
int size()
ObjectSet.
ObjectSet.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||