dojox.collections.SortedList.replace
dojo.require("dojox.collections.SortedList");
defined in dojox/collections/SortedList.js
Replace an existing item if it's there, and add a new one if not.
parameter | type | description |
---|---|---|
k | String | |
v | Object |