TIBCO BusinessEvents™
Standard
Collections
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
Name
Type
Description
collection
Object
The Collection object
Returns
Type
Description
Object[]
An array containing all of the elements in this collection in proper sequence
Cautions
none