Sparksee  6.0.2
STSValuesIterator Class Reference

Values iterator class. More...

Inheritance diagram for STSValuesIterator:
Inheritance graph
Collaboration diagram for STSValuesIterator:
Collaboration graph

Instance Methods

(BOOL) - hasNext
 Gets if there are more elements to traverse. More...
 
(STSValue *) - next
 Gets the next element to traverse. More...
 
(void) - close
 Closes the ValuesIterator instance. More...
 
(BOOL) - isClosed
 Check if the ValuesIterator instance is closed.
 

Detailed Description

Values iterator class.

It allows for traversing all the elements into a Values instance.

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

Method Documentation

- (void) close

Closes the ValuesIterator instance.

It must be called to ensure the integrity of all data.

- (BOOL) hasNext

Gets if there are more elements to traverse.

Returns
TRUE if there are more elements to traverse, FALSE otherwise.
- (STSValue*) next

Gets the next element to traverse.

Returns
The next element.

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