|
SparkseePython
6.0.2
|
ValueList 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... | |
| def sparksee.ValueListIterator.__next__ | ( | self | ) |
Used in next()
| def sparksee.ValueListIterator.has_next | ( | self | ) |
Gets if there are more elements.
| def sparksee.ValueListIterator.next | ( | self | ) |
Moves to the next element.
1.8.11