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

startKeyGtr

startKeyGtr(keys: KeyType;
            iter: Iterator);

The startKeyGtr method of the Dictionary class sets a start position within a collection for an Iterator object at the next object after the key specified in the keys parameter. This method is used in conjunction with the Iterator class next method.