Sparksee
6.0.2
|
Sparksee 32-bit signed integer list. More...
Instance Methods | |
(int) | - count |
Number of elements in the list. More... | |
(id) | - init |
Constructor. More... | |
(void) | - add: |
Adds an 32-bit signed integer at the end of the list. More... | |
(void) | - clear |
Clears the list. | |
(id) | - initWithArray: |
Creates a new Int32List instance from the given array. | |
(id) | - initWithNSEnumerator: |
Creates a new Int32List instance from the given NSEnumerator. | |
(STSInt32ListIterator *) | - iterator |
Gets a new Int32ListIterator. | |
Sparksee 32-bit signed integer list.
It stores a 32-bit signed integer list.
Use Int32ListIterator to access all elements into this collection.
- (void) add: | (int) | value |
Adds an 32-bit signed integer at the end of the list.
value | [in] The integer. |
- (int) count |
Number of elements in the list.
- (id) init |
Constructor.
This creates an empty list.