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

Method put

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

Stores a key-value pair in this multimap. @return true if the multimap changed.

(@Nonnull K key, @Nonnull V value)

Source from the content-addressed store, hash-verified

91 * @return {@code true} if the multimap changed.
92 */
93 boolean put(@Nonnull K key, @Nonnull V value);
94
95 /**
96 * Stores a key-value pair in this multimap for each of {@code values},

Callers 15

mainMethod · 0.65
loadMethod · 0.65
testPutMethod · 0.65
testPutNullKeyMethod · 0.65
testKeySetMethod · 0.65
testKeySetNMethod · 0.65
testKeySetIteratorMethod · 0.65
testSerializableMethod · 0.65
testPutMethod · 0.65
testRemoveMethod · 0.65
testEqualsMethod · 0.65
testEntrySetMethod · 0.65

Calls

no outgoing calls

Tested by 15

mainMethod · 0.52
loadMethod · 0.52
testPutMethod · 0.52
testPutNullKeyMethod · 0.52
testKeySetMethod · 0.52
testKeySetNMethod · 0.52
testKeySetIteratorMethod · 0.52
testSerializableMethod · 0.52
testPutMethod · 0.52
testRemoveMethod · 0.52
testEqualsMethod · 0.52
testEntrySetMethod · 0.52