dojox.collections.SortedList
dojo.require("dojox.collections.SortedList");
defined in dojox/collections/SortedList.js
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
function (/*Object?*/ dictionary) (view source)
parameter | type | description |
---|---|---|
dictionary | Object | Optional. |
FunctionsBack to top

clear the internal collections

create a clone of this sorted list
Check to see if the list has a location k
Check to see if this list contains the passed object
return the item at index i
get an iterator for this object
return an array of the keys set in this list
return an array of values in this list
return the index of the passed key.
return the first index of object o
set an item by index