Constructordojox.collections.DictionaryIterator

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

return an object of type dojox.collections.DictionaryIterator

Usage

function (/*Object*/ obj) (view source)
parametertypedescription
objObject 

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