SparkseePython
6.0.2
|
BooleanList 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... | |
BooleanList iterator class.
Iterator to traverse all the strings into a BooleanList instance.
def sparksee.BooleanListIterator.__next__ | ( | self | ) |
Used in next()
def sparksee.BooleanListIterator.has_next | ( | self | ) |
Gets if there are more elements.
def sparksee.BooleanListIterator.next | ( | self | ) |
Moves to the next element.