| Terminate the iteration and free up resources.
Some implementations, e.g. on relational databases, hold resources while
the iterator still exists. These will normally be freed when the iteration
completes. However, if an application wishes to ensure they are freed without
completing the iteration, this method should be called.
.
|