Jetpack/Collections: Difference between revisions

Jump to navigation Jump to search
→‎KeyValueCollection: adapt to JS "Set" naming
(→‎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)
   delete : function(key)
    
    
   * @returns {Boolean}
   * @returns {Boolean}
   containsKey : function(key)
   has : function(key)
    
    
   * Searches the whole list for this |value|.
   * Searches the whole list for this |value|.
Confirmed users
596

edits

Navigation menu