MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / removeAll

Method removeAll

ij/src/main/java/ij/astro/types/MultiMap.java:69–71  ·  view source on GitHub ↗

Removes all values associated with the specified key. @param key the key to be removed along with its associated values

(K key)

Source from the content-addressed store, hash-verified

67 * @param key the key to be removed along with its associated values
68 */
69 public void removeAll(K key) {
70 map.remove(key);
71 }
72
73 /**
74 * Checks if the MultiMap contains the specified value for the given key.

Callers 15

populateListMethod · 0.45
installPopupMenuMethod · 0.45
setupNewImageMethod · 0.45
initMethod · 0.45
logMethod · 0.45
removePanelMethod · 0.45
showSwitchPopupMenuMethod · 0.45
installMenuMethod · 0.45
resetToolsMethod · 0.45
addMacroToolMethod · 0.45
addPlugInToolMethod · 0.45
makeSourcePlotObjectsMethod · 0.45

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected