MCPcopy Create free account
hub / github.com/LFYSec/MScan / removeAll

Method removeAll

src/main/java/pascal/taie/util/collection/MultiMap.java:124–124  ·  view source on GitHub ↗

Removes all values associated with the key key. Once this method returns, key will not be mapped to any values, so it will not appear in #keySet(). @return true if the multimap changed.

(K key)

Source from the content-addressed store, hash-verified

122 * @return {@code true} if the multimap changed.
123 */
124 boolean removeAll(K key);
125
126 /**
127 * Removes all key-value pairs for {@code key} and {@code values}.

Callers 15

testRemoveAllMethod · 0.65
testEntrySetMethod · 0.65
testTwoKeySetMethod · 0.65
testValuesMethod · 0.65
testRemoveAllMethod · 0.65
testContainsMethod · 0.65
testEntrySetMethod · 0.65
testTwoKeySetMethod · 0.65
testRemoveAllMethod · 0.65
testEntrySetMethod · 0.65
testValuesMethod · 0.65
removeAllMethod · 0.65

Calls

no outgoing calls

Tested by 11

testRemoveAllMethod · 0.52
testEntrySetMethod · 0.52
testTwoKeySetMethod · 0.52
testValuesMethod · 0.52
testRemoveAllMethod · 0.52
testContainsMethod · 0.52
testEntrySetMethod · 0.52
testTwoKeySetMethod · 0.52
testRemoveAllMethod · 0.52
testEntrySetMethod · 0.52
testValuesMethod · 0.52