Sparksee  6.0.2
STSInt32List Class Reference

Sparksee 32-bit signed integer list. More...

Inheritance diagram for STSInt32List:
Inheritance graph
Collaboration diagram for STSInt32List:
Collaboration graph

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.
 

Detailed Description

Sparksee 32-bit signed integer list.

It stores a 32-bit signed integer list.

Use Int32ListIterator to access all elements into this collection.

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

Method Documentation

- (void) add: (int)  value

Adds an 32-bit signed integer at the end of the list.

Parameters
value[in] The integer.
- (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: