array | The array of native booleans. |
index | Index of the array element to set. |
val | The value to set - for 'true' use 1, for 'false' use 0. |
Sets the value of one element in a primitive array.
This function is a special case of SetBooleanArrayRegion(), called with region size set to 1.
See Also: Java Native Interface Specification (Oracle)