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) | ||
removeKey : function(key) | |||
* @returns {Boolean} | * @returns {Boolean} | ||
containsKey : function(key) | |||
* Searches the whole list for this |value|. | * Searches the whole list for this |value|. | ||