|
Sparksee
6.0.2
|
Value set class. More...


Instance Methods | |
| (BOOL) | - hasNext |
| Checks if the KeyValues has more KeyValue pairs. More... | |
| (STSKeyValue *) | - next |
| Gets the next KeyValue pair. More... | |
| (void) | - nextKeyValue: |
| Gets the next KeyValue pair. More... | |
| (void) | - close |
| Closes the KeyValues instance. More... | |
| (BOOL) | - isClosed |
| Check if the KeyValues instance is closed. | |
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) close |
Closes the KeyValues instance.
It must be called to ensure the integrity of all data.
| - (BOOL) hasNext |
Checks if the KeyValues has more KeyValue pairs.
| - (STSKeyValue*) next |
Gets the next KeyValue pair.
| - (void) nextKeyValue: | (STSKeyValue *) | kv |
Gets the next KeyValue pair.
| kv | Returns the next KeyValue pair |