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

Method remove

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

Removes a single key-value pair with the key key and the value value from this multimap, if such exists. @return true if the multimap changed

(K key, V value)

Source from the content-addressed store, hash-verified

112 * @return {@code true} if the multimap changed
113 */
114 boolean remove(K key, V value);
115
116 /**
117 * Removes all values associated with the key {@code key}.

Callers 15

testKeySetMethod · 0.65
testKeySetIteratorMethod · 0.65
testRemoveMethod · 0.65
testContainsKeyMethod · 0.65
testEqualsMethod · 0.65
testRemoveMethod · 0.65
testEqualsMethod · 0.65
testRemoveMethod · 0.65
testEmptyMethod · 0.65
testRemoveMethod · 0.65

Calls

no outgoing calls

Tested by 15

testKeySetMethod · 0.52
testKeySetIteratorMethod · 0.52
testRemoveMethod · 0.52
testContainsKeyMethod · 0.52
testEqualsMethod · 0.52
testRemoveMethod · 0.52
testEqualsMethod · 0.52
testRemoveMethod · 0.52
testEmptyMethod · 0.52
testRemoveMethod · 0.52