SparkseeNet
6.0.2
|
Public Member Functions | |
boolean | IsClosed () |
Gets if KeyValues instance has been closed or not. | |
void | Close () |
Closes the KeyValues instance. | |
bool | HasNext () |
Checks if the KeyValues has more KeyValue pairs. | |
com.sparsity.sparksee.gdb.KeyValue | Next () |
Gets the next KeyValue pair. | |
void | Next (com.sparsity.sparksee.gdb.KeyValue kv) |
Gets the next KeyValue pair. | |
Value set class.
This is a set of Value instances, that is there is no duplicated elements.
Use a ValuesIterator to traverse all the elements into the set.
When the Values instance is closed, it closes all existing and non-closed ValuesIterator instances too.
void com.sparsity.sparksee.gdb.KeyValues.Close | ( | ) |
Closes the KeyValues instance.
It must be called to ensure the integrity of all data.
bool com.sparsity.sparksee.gdb.KeyValues.HasNext | ( | ) |
boolean com.sparsity.sparksee.gdb.KeyValues.IsClosed | ( | ) |
com.sparsity.sparksee.gdb.KeyValue com.sparsity.sparksee.gdb.KeyValues.Next | ( | ) |
void com.sparsity.sparksee.gdb.KeyValues.Next | ( | com.sparsity.sparksee.gdb.KeyValue | kv | ) |