SparkseePython
6.0.2
|
Sparksee object identifier list. More...
Public Member Functions | |
def | clear (self) |
Clears the list. | |
def | __init__ (self, num_invalid_oids) |
Constructor. More... | |
def | __init__ (self) |
Constructor. More... | |
def | __iter__ (self) |
Gets a new TypeListIterator. More... | |
def | set (self, pos, oid) |
Sets a Sparksee object identifier at the specified position of the list. More... | |
def | iterator (self) |
Gets a new OIDListIterator. More... | |
def | add (self, attr) |
Adds a Sparksee object identifier at the end of the list. More... | |
def | count (self) |
Number of elements in the list. More... | |
Sparksee object identifier list.
It stores a Sparksee object identifier list.
Use OIDListIterator to access all elements into this collection.
def sparksee.OIDList.__init__ | ( | self, | |
num_invalid_oids | |||
) |
Constructor.
This creates a list with N invalid oids.
num_invalid_oids | [in] The number of invalid oids added to the list. |
Referenced by sparksee.OIDList.__init__().
def sparksee.OIDList.__init__ | ( | self | ) |
def sparksee.OIDList.__iter__ | ( | self | ) |
Gets a new TypeListIterator.
def sparksee.OIDList.add | ( | self, | |
attr | |||
) |
def sparksee.OIDList.count | ( | self | ) |
Number of elements in the list.
def sparksee.OIDList.iterator | ( | self | ) |
Gets a new OIDListIterator.