SparkseePython
6.0.2
|
ObjectsIterator class. More...
Public Member Functions | |
def | next (self) |
Gets the next element to traverse. More... | |
def | has_next (self) |
Gets if there are more elements to traverse. More... | |
def | close (self) |
Closes the ObjectsIterator instance. More... | |
def | __next__ (self) |
Used in next() More... | |
def | is_closed (self) |
Gets if ObjectsIterator instance has been closed or not. More... | |
ObjectsIterator class.
Iterator to traverse all the object identifiers from an Objects instance.
def sparksee.ObjectsIterator.__next__ | ( | self | ) |
Used in next()
def sparksee.ObjectsIterator.close | ( | self | ) |
Closes the ObjectsIterator instance.
It must be called to ensure the integrity of all data.
def sparksee.ObjectsIterator.has_next | ( | self | ) |
Gets if there are more elements to traverse.
def sparksee.ObjectsIterator.is_closed | ( | self | ) |
Gets if ObjectsIterator instance has been closed or not.
def sparksee.ObjectsIterator.next | ( | self | ) |
Gets the next element to traverse.