Sparksee
6.0.2
|
Values iterator class. More...
Instance Methods | |
(BOOL) | - hasNext |
Gets if there are more elements to traverse. More... | |
(STSValue *) | - next |
Gets the next element to traverse. More... | |
(void) | - close |
Closes the ValuesIterator instance. More... | |
(BOOL) | - isClosed |
Check if the ValuesIterator instance is closed. | |
Values iterator class.
It allows for traversing all the elements into a Values instance.
- (void) close |
Closes the ValuesIterator instance.
It must be called to ensure the integrity of all data.
- (BOOL) hasNext |
Gets if there are more elements to traverse.
- (STSValue*) next |
Gets the next element to traverse.