SparkseeNet
6.0.2
|
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. | |
ObjectsIterator class.
Iterator to traverse all the object identifiers from an Objects instance.
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.
boolean com.sparsity.sparksee.gdb.ObjectsIterator.IsClosed | ( | ) |
Gets if ObjectsIterator instance has been closed or not.
long com.sparsity.sparksee.gdb.ObjectsIterator.Next | ( | ) |
Gets the next element to traverse.