Skip to content
maxkfranz edited this page May 1, 2012 · 1 revision

eles.toArray()

Put the elements of the collection in an array.

eles.toArray()

Get an array containing the elements in the collection in the same order as in the collection

Details

This function puts each element in the collection into an array and returns that array to you. You shouldn't normally need to use this function, as collections have most of the useful array functions.

Clone this wiki locally