Java Array type methods

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