Query.Util.newArray()

Signature

Object[] newArray(int length)

Domain

ACTION

Description

Creates an Object array.

Parameters

NameTypeDescription
lengthintThe length of the Object array to be created.

Returns

TypeDescription
Object[]The java.lang.Object array.

Cautions

none