|
Sparksee
6.0.2
|
ValueList iterator class. More...


Instance Methods | |
| (STSValue *) | - next |
| Moves to the next element. More... | |
| (BOOL) | - hasNext |
| Gets if there are more elements. More... | |
ValueList iterator class.
Iterator to traverse all the values into a ValueList instance.
| - (BOOL) hasNext |
Gets if there are more elements.
| - (STSValue*) next |
Moves to the next element.