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