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

Method entrySet

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

@return an unmodifiable view of all key-value pairs contained in this multimap, as Map.Entry instances.

()

Source from the content-addressed store, hash-verified

149 * contained in this multimap, as {@link Map.Entry} instances.
150 */
151 Set<Map.Entry<K, V>> entrySet();
152
153 /**
154 * Performs the given action for all key-value pairs contained in this multimap.

Callers 15

composeArgsMethod · 0.65
testEntrySetMethod · 0.65
testModifyViaEntrySetMethod · 0.65
testEntrySetMethod · 0.65
testModifyViaEntrySetMethod · 0.65
testEntrySetMethod · 0.65
testIteratorMethod · 0.65
model4YudaoMethod · 0.65
getElementEntriesMethod · 0.65
toStringMethod · 0.65

Calls

no outgoing calls

Tested by 9

composeArgsMethod · 0.52
testEntrySetMethod · 0.52
testModifyViaEntrySetMethod · 0.52
testEntrySetMethod · 0.52
testModifyViaEntrySetMethod · 0.52
testEntrySetMethod · 0.52
testIteratorMethod · 0.52