Sparksee  6.0.2
STSBooleanList Class Reference

Boolean list. More...

Inheritance diagram for STSBooleanList:
Inheritance graph
Collaboration diagram for STSBooleanList:
Collaboration graph

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.
 

Detailed Description

Boolean list.

It stores a Boolean list.

Use BooleanListIterator to access all elements into this collection.

Author
Sparsity Technologies http://www.sparsity-technologies.com

Method Documentation

- (void) add: (BOOL)  value

Adds a Boolean at the end of the list.

Parameters
value[in] Boolean.
- (int) count

Number of elements in the list.

Returns
Number of elements in the list.
- (id) init

Constructor.

This creates an empty list.


The documentation for this class was generated from the following file: