Functiondojox.collections.ArrayList.setByIndex

dojo.require("dojox.collections.ArrayList");
defined in dojox/collections/ArrayList.js

Set an element in the array by the passed index.

Usage

function (/*Integer*/ i, /*Object*/ obj) (view source)
parametertypedescription
iInteger 
objObject