|
Sparksee
6.0.2
|
Sparksee object identifier list. More...


Instance Methods | |
| (int) | - count |
| Number of elements in the list. More... | |
| (id) | - init |
| Constructor. More... | |
| (id) | - initWithNumInvalidOIDs: |
| Constructor. More... | |
| (void) | - add: |
| Adds a Sparksee object identifier at the end of the list. More... | |
| (void) | - set:oid: |
| Sets a Sparksee object identifier at the specified position of the list. More... | |
| (void) | - clear |
| Clears the list. | |
| (id) | - initWithArray: |
| Creates a new OIDList instance from the given array. | |
| (id) | - initWithNSEnumerator: |
| Creates a new OIDList instance from the given NSEnumerator. | |
| (STSOidListIterator *) | - iterator |
| Gets a new OIDListIterator. | |
Sparksee object identifier list.
It stores a Sparksee object identifier list.
Use OIDListIterator to access all elements into this collection.
| - (void) add: | (long long) | attr |
Adds a Sparksee object identifier at the end of the list.
| attr | [in] Sparksee object identifier. |
| - (int) count |
Number of elements in the list.
| - (id) init |
Constructor.
This creates an empty list.
| - (id) initWithNumInvalidOIDs: | (int) | numInvalidOIDs |
Constructor.
This creates a list with N invalid oids.
| numInvalidOIDs | [in] The number of invalid oids added to the list. |
| - (void) set: | (int) | pos | |
| oid: | (long long) | oid | |
Sets a Sparksee object identifier at the specified position of the list.
| pos | [in] List position [0..Count()-1]. |
| oid | [in] Sparksee object identifier. |