- Found in:
- JContainers
Description
Documentation Comment
Retrieves N-th key. negative index accesses items from the end of container counting backwards.
Worst complexity is O(n/2)
Caveats
Parameters
intobject
intkeyIndex
Examples
Auto-Generated Example
int myInt__object
int myInt__keyIndex
string returnedValue = JMap.getNthKey(myInt__object, myInt__keyIndex)