- Found in:
- JContainers
Description
Documentation Comment
Returns the item at the index of the array.
negative index accesses items from the end of container counting backwards.
Caveats
Parameters
intobject
intindex
intdefault=0
Examples
Auto-Generated Example
int myInt__object
int myInt__index
int myInt__default
int returnedValue = JArray.getInt(myInt__object, myInt__index, myInt__default)