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