Java Array type methods

Table 1. Class methods
Name Description
java-array-type.create( size INTEGER )
   RETURNING object java-array-type
Creates a new Java array of the given type.
Table 2. Object methods
Name Description
getLength( )
   RETURNING result INTEGER
Returns the length of the Java array.