Query.Util.newArray()

Signature

Object[] newArray(int length)

Domain

ACTION

Parameters

NameTypeDescription
lengthintThe length of the Object array to be created.

Returns

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

Cautions

none