dojox.collections.ArrayList
dojo.require("dojox.collections.ArrayList");
defined in dojox/collections/ArrayList.js
Returns a new object of type dojox.collections.ArrayList
Usage
function (/*Array?*/ arr) (view source)
parameter | type | description |
---|---|---|
arr | Array | Optional. |
FunctionsBack to top

Clear all elements out of the collection, and reset the count.

Clone the array list
Get an Iterator for this object

Reverse the internal array
Set an element in the array by the passed index.

Return a new array with all of the items of the internal array concatenated.