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

Method keySet

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

@return an unmodifiable view of all distinct keys contained in this multimap. Note that the key set contains a key if and only if this multimap maps that key to at least one value.

()

Source from the content-addressed store, hash-verified

136 * this multimap maps that key to at least one value.
137 */
138 Set<K> keySet();
139
140 /**
141 * @return an unmodifiable view collection containing the <i>value</i>

Callers 15

testKeySetMethod · 0.65
testKeySetNMethod · 0.65
testKeySetIteratorMethod · 0.65
testModifyViaKeySetMethod · 0.65
testKeySetRemoveMethod · 0.65
processResultsMethod · 0.65
visitMethod · 0.65
keySetMethod · 0.65
transferNodeMethod · 0.65
getNodesMethod · 0.65
comparePointsToSetMethod · 0.65

Calls

no outgoing calls

Tested by 5

testKeySetMethod · 0.52
testKeySetNMethod · 0.52
testKeySetIteratorMethod · 0.52
testModifyViaKeySetMethod · 0.52
testKeySetRemoveMethod · 0.52