Module : java.arrays
Module overview
This module provides APIs to create new Java array instances, get elements from arrays, set elements, etc.
get | Returns a This function completes abruptly with a |
getLength | Returns the length of the given Java array. |
newInstance | Returns a new Java array instance with the specified element type and dimensions. This function completes abruptly with a |
set | Replaces the indexed element at the specified index in the given Java array with the specified element. This function completes abruptly with a |