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.
Parameter | Type | Description |
---|---|---|
dictionary | object |
Optional
|
See the dojox/collections/SortedList reference documentation for more information.