SparkseeNet  6.0.2
Public Member Functions | List of all members
com.sparsity.sparksee.gdb.ObjectsIterator Class Reference

ObjectsIterator class. More...

Public Member Functions

boolean IsClosed ()
 Gets if ObjectsIterator instance has been closed or not.
 
void Close ()
 Closes the ObjectsIterator instance.
 
bool HasNext ()
 Gets if there are more elements to traverse.
 
long Next ()
 Gets the next element to traverse.
 

Detailed Description

ObjectsIterator class.

Iterator to traverse all the object identifiers from an Objects instance.

Author
Sparsity Technologies http://www.sparsity-technologies.com

Member Function Documentation

void com.sparsity.sparksee.gdb.ObjectsIterator.Close ( )

Closes the ObjectsIterator instance.

It must be called to ensure the integrity of all data.

bool com.sparsity.sparksee.gdb.ObjectsIterator.HasNext ( )

Gets if there are more elements to traverse.

Returns
TRUE if there are more elements to traverse, FALSE otherwise.
boolean com.sparsity.sparksee.gdb.ObjectsIterator.IsClosed ( )

Gets if ObjectsIterator instance has been closed or not.

See Also
Close()
Returns
TRUE if the ObjectsIterator instance has been closed, FALSE otherwise.
long com.sparsity.sparksee.gdb.ObjectsIterator.Next ( )

Gets the next element to traverse.

Returns
The next element.