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