dojox.collections
A set of lists and hashes for easy use within your applications.
ConstructorsBack to top
Returns a new object of type dojox.collections.ArrayList
Returns an object of type dojox.collections.Dictionary
return an object of type dojox.collections.DictionaryEntry
return an object of type dojox.collections.DictionaryIterator
return an object of type dojox.collections.Iterator
return an object of type dojox.collections.Queue
creates a collection that acts like a dictionary but is also internally sorted. Note that the act of adding any elements forces an internal resort, making this object potentially slow.