- Found in:
- JContainers
Description
Documentation Comment
Appends the @value/@container to the end of the array.
If @addToIndex >= 0 it inserts value at given index. negative index accesses items from the end of container counting backwards.
Caveats
Parameters
intobject
intvalue
intaddToIndex=-1
Examples
Auto-Generated Example
int myInt__object
int myInt__value
int myInt__addToIndex
JArray.addInt(myInt__object, myInt__value, myInt__addToIndex)