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

Method putAll

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

Stores a key-value pair in this multimap for each of values, all using the same key, key.=

(@Nonnull K key, @Nonnull Collection<? extends V> values)

Source from the content-addressed store, hash-verified

97 * all using the same key, {@code key}.=
98 */
99 boolean putAll(@Nonnull K key, @Nonnull Collection<? extends V> values);
100
101 /**
102 * Stores all key-value pairs of {@code multimap} in this multimap.

Callers 15

testPutAll1Method · 0.65
testPutAll2Method · 0.65
testRemoveAllMethod · 0.65
testGetMethod · 0.65
testContainsKeyMethod · 0.65
testEqualsMethod · 0.65
testEntrySetMethod · 0.65
testTwoKeySetMethod · 0.65
testValuesMethod · 0.65
testPutNull2Method · 0.65
testPutAll1Method · 0.65
testPutAll2Method · 0.65

Calls

no outgoing calls

Tested by 15

testPutAll1Method · 0.52
testPutAll2Method · 0.52
testRemoveAllMethod · 0.52
testGetMethod · 0.52
testContainsKeyMethod · 0.52
testEqualsMethod · 0.52
testEntrySetMethod · 0.52
testTwoKeySetMethod · 0.52
testValuesMethod · 0.52
testPutNull2Method · 0.52
testPutAll1Method · 0.52
testPutAll2Method · 0.52