Sparksee  6.0.2
STSValues Class Reference

Value set class. More...

Inheritance diagram for STSValues:
Inheritance graph
Collaboration diagram for STSValues:
Collaboration graph

Instance Methods

(long long) - count
 Gets the number of elements into the collection. More...
 
(STSValuesIterator *) - iterator:
 Gets a ValuesIterator. More...
 
(void) - close
 Closes the Values instance. More...
 
(BOOL) - isClosed
 Check if the Values instance is closed.
 

Detailed Description

Value set class.

This is a set of Value instances, that is there is no duplicated elements.

Use a ValuesIterator to traverse all the elements into the set.

When the Values instance is closed, it closes all existing and non-closed ValuesIterator instances too.

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

Method Documentation

- (void) close

Closes the Values instance.

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

- (long long) count

Gets the number of elements into the collection.

Returns
The number of elements into the collection.
- (STSValuesIterator*) iterator: (enum STSOrder)  order

Gets a ValuesIterator.

Parameters
order[in] Ascending or descending order.
Returns
ValuesIterator instance.

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