Product Information > JADE Encyclopaedia of Classes – Volume 1 > Chapter 1 - System Classes > startAtIndex

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.