dojox
»
collections
»
ArrayList
» insert
dojox.collections.ArrayList.insert
dojo.require("dojox.collections.ArrayList");
defined in dojox/collections/ArrayList.js
Insert the passed object at index i
Usage
function (/*
Integer
*/ i, /*
Object
*/ obj)
(view source)
items.
splice
(
i,
0
,obj
)
;
this
.
count
=items.
length
;
parameter
type
description
i
Integer
obj
Object