createIterator

createIterator(): Iterator;

The createIterator method of the ExternalCollection class creates a reference to an external iterator for use with external collections.

Use an iterator associated with an array to remember the current position in the external array. (For details about iterators, see the Iterator class.)