- Found in:
- JContainers
Description
Documentation Comment
Returns the value associated with the @key. If not, returns @default value
Caveats
Parameters
intobject
intkey
intdefault=0
Examples
Auto-Generated Example
int myInt__object
int myInt__key
int myInt__default
int returnedValue = JIntMap.getInt(myInt__object, myInt__key, myInt__default)