ballerina/jballerina.java.arrays0.10.0-beta.2
0.10.0-beta.2
Overview
This module provides APIs to create new Java array instances, get elements from arrays, set elements, etc.
For information on the operations, which you can perform with the jballerina.java.arrays module, see the below Functions.
Functions
[6]
fromHandle | Returns a Ballerina array for a handle that holds a Java array. |
get | Returns a |
getLength | Returns the length of the given Java array. |
newInstance | Returns a new Java array instance with the specified element type and dimensions. |
set | Replaces the indexed element at the specified index in the given Java array with the specified element. |
toHandle | Returns a handle value representation for a Ballerina array. |