getAtKeyGtr

getAtKeyGtr(keys: KeyType): MemberType;

The getAtKeyGtr method of the Dictionary class returns a reference to an object in the receiver collection with a key greater than the value specified in the keys parameter. The next object in the dictionary after the specified key is returned. If no entry greater than the key is found, this method returns a null value.

When dealing with a descending key dictionary, the terms greater than, less than, and so on, indicate the order of the dictionary keys. For example, C is less than B for a descending alpha key and 10 is less than 5 for a descending numeric key.