|
SparkseePython
6.0.2
|
StringList iterator class. More...
Public Member Functions | |
| def | next (self) |
| Moves to the next element. More... | |
| def | has_next (self) |
| Gets if there are more elements. More... | |
| def | __next__ (self) |
| Used in next() More... | |
StringList iterator class.
Iterator to traverse all the strings into a StringList instance.
| def sparksee.StringListIterator.__next__ | ( | self | ) |
Used in next()
| def sparksee.StringListIterator.has_next | ( | self | ) |
Gets if there are more elements.
| def sparksee.StringListIterator.next | ( | self | ) |
Moves to the next element.
1.8.11