Functiondojox.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.

Usage

function (/*String*/ k, /*Object*/ v) (view source)
parametertypedescription
kString 
vObject