dojox.collections.Iterator
dojo.require("dojox.collections._base");
defined in dojox/collections/_base.js
return an object of type dojox.collections.Iterator
Usage
function (/*Array*/ arr) (view source)
parameter | type | description |
---|---|---|
arr | Array |
FunctionsBack to top

Test to see if the internal cursor has reached the end of the internal collection.

Get the next member in the collection.

reset the internal cursor.