| SparkseeNet
    6.0.2
    | 
Values iterator class. More...
| Public Member Functions | |
| boolean | IsClosed () | 
| Gets if ValuesIterator instance has been closed or not. | |
| void | Close () | 
| Closes the ValuesIterator instance. | |
| bool | HasNext () | 
| Gets if there are more elements to traverse. | |
| com.sparsity.sparksee.gdb.Value | Next () | 
| Gets the next element to traverse. | |
| void com.sparsity.sparksee.gdb.ValuesIterator.Close | ( | ) | 
Closes the ValuesIterator instance.
It must be called to ensure the integrity of all data.
| bool com.sparsity.sparksee.gdb.ValuesIterator.HasNext | ( | ) | 
Gets if there are more elements to traverse.
| boolean com.sparsity.sparksee.gdb.ValuesIterator.IsClosed | ( | ) | 
Gets if ValuesIterator instance has been closed or not.
| com.sparsity.sparksee.gdb.Value com.sparsity.sparksee.gdb.ValuesIterator.Next | ( | ) | 
Gets the next element to traverse.
 1.8.2
 1.8.2