db4o

ObjectSet.reset Method 

resets the

ObjectSet
cursor before the first element.

void reset();

Remarks

resets the

ObjectSet
cursor before the first element.

A subsequent call to
next()
will return the first element.

See Also

ObjectSet Interface | com.db4o Namespace