dojox.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)
parameter | type | description |
---|---|---|
obj | Object |
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.