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