Sparksee  6.0.2
STSInt32ListIterator Class Reference

Int32List iterator class. More...

Inheritance diagram for STSInt32ListIterator:
Inheritance graph
Collaboration diagram for STSInt32ListIterator:
Collaboration graph

Instance Methods

(int) - next
 Moves to the next element. More...
 
(BOOL) - hasNext
 Gets if there are more elements. More...
 

Detailed Description

Int32List iterator class.

Iterator to traverse all the integer into a Int32List instance.

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

Method Documentation

- (BOOL) hasNext

Gets if there are more elements.

Returns
TRUE if there are more elements, FALSE otherwise.
- (int) next

Moves to the next element.

Returns
The next element.

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