Query.Util.listToArray()

Signature

Object[] listToArray(Object list)

Domain

ACTION

Description

Copies the list contents by reference to a new array.

Parameters

NameTypeDescription
listjava.util.ListThe list whose elements are to be copied (references only) to a new java.lang.Object array.

Returns

TypeDescription
Object[]The elements of the list in a new array.

Cautions

none