dojox.collections.ArrayList.setByIndex
dojo.require("dojox.collections.ArrayList");
defined in dojox/collections/ArrayList.js
Set an element in the array by the passed index.
parameter | type | description |
---|---|---|
i | Integer | |
obj | Object |