Definition at line 42 of file FODBSodaObjectSet.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 . |
boolean org.openmobileis.database.fastobjectdb.db.query.soda.FODBSodaObjectSet.hasNext | ( | ) |
returns true
if the ObjectSet
has more elements.
true
if the ObjectSet
has more elements. Implements org.odbms.ObjectSet.
Definition at line 65 of file FODBSodaObjectSet.java.
Object org.openmobileis.database.fastobjectdb.db.query.soda.FODBSodaObjectSet.next | ( | ) |
returns the next object in the ObjectSet
.
ObjectSet
. Implements org.odbms.ObjectSet.
Definition at line 72 of file FODBSodaObjectSet.java.
void org.openmobileis.database.fastobjectdb.db.query.soda.FODBSodaObjectSet.reset | ( | ) |
resets the ObjectSet
cursor before the first element.
A subsequent call to next()
will return the first element.
Implements org.odbms.ObjectSet.
Definition at line 79 of file FODBSodaObjectSet.java.
int org.openmobileis.database.fastobjectdb.db.query.soda.FODBSodaObjectSet.size | ( | ) |
returns the number of elements in the ObjectSet
.
ObjectSet
. Implements org.odbms.ObjectSet.
Definition at line 86 of file FODBSodaObjectSet.java.