Confirmed users
596
edits
(→KeyValueCollection: adapt to JS "Set" naming) |
|||
| Line 145: | Line 145: | ||
* Remove the key and its corresponding value item. | * Remove the key and its corresponding value item. | ||
* undo set(key, item) | * undo set(key, item) | ||
delete : function(key) | |||
* @returns {Boolean} | * @returns {Boolean} | ||
has : function(key) | |||
* Searches the whole list for this |value|. | * Searches the whole list for this |value|. | ||