- Found in:
- JContainers
Description
Documentation Comment
Inserts @key: @value pair. Replaces existing pair with the same @key
Caveats
Parameters
intobject
intkey
intvalue
Examples
Auto-Generated Example
int myInt__object
int myInt__key
int myInt__value
JIntMap.setInt(myInt__object, myInt__key, myInt__value)