The aqObjIterator object contains the following methods:
Method List
Name | Description |
---|---|
HasNext |
Indicates whether an object follows the current one. |
Item |
Returns an item with the specified index. |
Next |
Returns the next object in the collection. |
Reset |
Moves to the first object in the collection. |
Skip |
Increases the index indicating the iterator’s position by the specified number and returns the object by the result index. |