dojox.collections.Dictionary
dojo.require("dojox.collections.Dictionary");
defined in dojox/collections/Dictionary.js
Returns an object of type dojox.collections.Dictionary
Usage
function (/*dojox.collections.Dictionary?*/ dictionary) (view source)
parameter | type | description | |||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dictionary | dojox.collections.Dictionary | Optional. Returns an object of type dojox.collections.Dictionary
|
FunctionsBack to top

Clears the internal dictionary.

Returns a new instance of dojox.collections.Dictionary; note the the dictionary is a clone but items might not be.
Check to see if the dictionary has an entry at key "k".
Check to see if the dictionary has an entry with value "v".
Accessor method; similar to dojox.collections.Dictionary.item but returns the actual Entry object.
Gets a dojox.collections.DictionaryIterator for iteration purposes.
Returns an array of the keys in the dictionary.
Returns an array of the values in the dictionary.