db4o

ObjectSet Methods

The methods of the ObjectSet interface are listed below. For a complete list of ObjectSet interface members, see the ObjectSet Members topic.

Public Instance Methods

extreturns an ObjectSet with extended functionality.
hasNextreturns
true
if the
ObjectSet
has more elements.
nextreturns the next object in the
ObjectSet
.
resetresets the
ObjectSet
cursor before the first element.
sizereturns the number of elements in the
ObjectSet
.

See Also

ObjectSet Interface | com.db4o Namespace | for extended functionality.