|
Sparksee
6.0.2
|
StringList iterator class. More...


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