|
Sparksee
6.0.2
|
Value set class. More...


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. | |
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.
| - (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.
| - (STSValuesIterator*) iterator: | (enum STSOrder) | order |
Gets a ValuesIterator.
| order | [in] Ascending or descending order. |