public interface ObjectSet
ObjectSet interface providedes iterator functions to
navigate through a set of objects retrieved by a query.| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
returns
true if the ObjectSet has more elements. |
java.lang.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 hasNext()
true if the ObjectSet has more elements.true if the ObjectSet has more
elements.java.lang.Object next()
ObjectSet.ObjectSet.void reset()
ObjectSet cursor before the first element. next() will return the first element.int size()
ObjectSet.ObjectSet.(C) 2002 - 2005 Apache Software Foundation
All rights reserved. Published under the Apache License 2.0.
http://db.apache.org/ojb
Version: 1.0.4, 2005-12-30