Collections.toArray()

Signature

[Object[] toArray ( Object collection )

Domain

ACTION

Description

Returns an array containing all of the elements in this collection in proper sequence (from first to last element).

Parameters

NameTypeDescription
collectionObjectThe Collection object

Returns

TypeDescription
Object[]An array containing all of the elements in this collection in proper sequence

Cautions

none