|
Sparksee
6.0.2
|
ObjectsIterator class. More...


Instance Methods | |
| (BOOL) | - hasNext |
| Gets if there are more elements to traverse. More... | |
| (long long) | - next |
| Gets the next element to traverse. More... | |
| (void) | - close |
| Closes the ObjectsIterator instance. More... | |
| (BOOL) | - isClosed |
| Check if the ObjectsIterator instance is closed. | |
ObjectsIterator class.
Iterator to traverse all the object identifiers from an Objects instance.
| - (void) close |
Closes the ObjectsIterator instance.
It must be called before closing the parent Objects.
| - (BOOL) hasNext |
Gets if there are more elements to traverse.
| - (long long) next |
Gets the next element to traverse.