Constructordojox.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)
parametertypedescription
arrArray 

Jump to PropertiesFunctionsBack to top

Test to see if the internal cursor has reached the end of the internal collection.
Functionget()
Get the next member in the collection.
Functionmap(fn: Function, scope: Object?)
Functional iteration with optional scope.
reset the internal cursor.

Jump to FunctionsPropertiesBack to top