dojox/collections/SortedList (version 1.10)

Summary

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.

Usage

SortedList(dictionary);
Parameter Type Description
dictionary object
Optional

See the dojox/collections/SortedList reference documentation for more information.

Method Summary

Methods

Error in the documentation? Can’t find what you are looking for? Let us know!