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

Method containsKey

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

@return true if this multimap contains at least one key-value pair with the key key.

(K key)

Source from the content-addressed store, hash-verified

70 * with the key {@code key}.
71 */
72 boolean containsKey(K key);
73
74 /**
75 * @return {@code true} if this multimap contains at least one key-value pair

Callers 15

testContainsKeyMethod · 0.65
testContainsMethod · 0.65
testRemoveAllMethod · 0.65
testContainsMethod · 0.65
testContainsKeyMethod · 0.65
getRoutesMethod · 0.65
onNewPointsToSetMethod · 0.65
onStartMethod · 0.65
visitMethod · 0.65
onNewPointsToSetMethod · 0.65
onNewPointsToSetMethod · 0.65
breadthFirstMethod · 0.65

Calls

no outgoing calls

Tested by 5

testContainsKeyMethod · 0.52
testContainsMethod · 0.52
testRemoveAllMethod · 0.52
testContainsMethod · 0.52
testContainsKeyMethod · 0.52