- 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 the 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 array[index] = value. Applies to boolean arrays.