db4o

ObjectSet.hasNext Method 

returns

true
if the
ObjectSet
has more elements.

[Visual Basic]
Function hasNext() As Boolean
[C#]
bool hasNext();
[C++]
bool hasNext();
[JScript]
function hasNext(): bool;

Return Value

boolean -

true
if the
ObjectSet
has more elements.

Remarks

returns

true
if the
ObjectSet
has more elements.

See Also

ObjectSet Interface | com.db4o Namespace