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

Ext returns an ObjectSet with extended functionality.
HasNext returns
true
if the
ObjectSet
has more elements.
Next returns the next object in the
ObjectSet
.
Reset resets the
ObjectSet
cursor before the first element.
Size returns the number of elements in the
ObjectSet
.

See Also

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