Inheritance diagram for org.odbms.ObjectSet:
The ObjectSet
interface serves as a cursor to iterate through a set of objects retrieved by a query.
Definition at line 12 of file ObjectSet.java.
Public Member Functions | |
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 . |
|
|
|
resets the
Implemented in org.openmobileis.database.fastobjectdb.db.query.soda.FODBSodaObjectSet. |
|