- array
- Documentation for this section has not yet been entered.
- index
- Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.NullPointerException if array == null Java.Lang.IllegalArgumentException if array is not an array Java.Lang.ArrayIndexOutOfBoundsException if index = array.length 
Returns the element of the array at the specified index. Equivalent to array[index]. If the array component is a primitive type, the result is automatically boxed.