org.openmobileis.database.fastobjectdb.db.query.soda.FODBSodaObjectSet Class Reference

Inheritance diagram for org.openmobileis.database.fastobjectdb.db.query.soda.FODBSodaObjectSet:

org.odbms.ObjectSet

List of all members.


Detailed Description

Author:
Philippe Delrieu

Since:
JDK 1.1
Version:
1.0.

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.

Member Function Documentation

boolean org.openmobileis.database.fastobjectdb.db.query.soda.FODBSodaObjectSet.hasNext (  ) 

returns true if the ObjectSet has more elements.

Returns:
boolean 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.

Returns:
the next object in the 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.

Returns:
the number of elements in the ObjectSet.

Implements org.odbms.ObjectSet.

Definition at line 86 of file FODBSodaObjectSet.java.


The documentation for this class was generated from the following file:
Generated on Mon Jan 11 21:19:20 2010 for OpenMobileIS by  doxygen 1.5.4