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

Method forEachSet

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

Performs the given action for key-(value-set) pairs contained in this multimap.

(@Nonnull BiConsumer<K, Set<V>> action)

Source from the content-addressed store, hash-verified

163 * Performs the given action for key-(value-set) pairs contained in this multimap.
164 */
165 void forEachSet(@Nonnull BiConsumer<K, Set<V>> action);
166
167 /**
168 * Removes all key-value pairs from the multimap, leaving it empty.

Callers 6

testMethod · 0.65
preprocessTempsMethod · 0.65
initializeMethod · 0.65
buildExceptionalEdgesMethod · 0.65
forEachSetMethod · 0.65
putAllMethod · 0.65

Calls

no outgoing calls

Tested by 1

testMethod · 0.52