|
Sparksee 6.1.0
|
Values iterator class. More...
#include <Sparksee.h>


Instance Methods | |
| (BOOL) | - hasNext |
| Gets if there are more elements to traverse. | |
| (STSValue *) | - next |
| Gets the next element to traverse. | |
| (void) | - close |
| Closes the ValuesIterator instance. | |
| (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 |
| - (BOOL) hasNext |
| - (STSValue *) next |