startAtIndex

startAtIndex(index: Integer64) updating;

The startAtIndex method of the Iterator class is the abstract method that sets the starting position of the iterator in the attached collection to a relative index. Specify the required position in the index parameter.

This method is not implemented for iterations of virtual collections.