- array
- Documentation for this section has not yet been entered.
- index
- Documentation for this section has not yet been entered.
- value
- 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 or the value cannot be converted to the array type by a widening conversion Java.Lang.ArrayIndexOutOfBoundsException if index = array.length 
Sets the element of the array at the specified index to the value. Equivalent to array[index] = value. If the array component is a primitive type, the value is automatically unboxed.