- Found in:
- JContainers
Description
Documentation Comment
Replaces existing value at the @index of the array with the new @value.
negative index accesses items from the end of container counting backwards.
Caveats
Parameters
intobject
intindex
intvalue
Examples
Auto-Generated Example
int myInt__object
int myInt__index
int myInt__value
JArray.setInt(myInt__object, myInt__index, myInt__value)