Jetpack/Collections: Difference between revisions

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

edits

Navigation menu