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

Method newTwoKeyMultiMap

src/main/java/pascal/taie/util/collection/Maps.java:138–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136 }
137
138 public static <K1, K2, V> TwoKeyMultiMap<K1, K2, V> newTwoKeyMultiMap() {
139 return new MapMultiMapTwoKeyMultiMap<>(newMap(), Maps::newMultiMap);
140 }
141
142 public static <K1, K2, V> TwoKeyMultiMap<K1, K2, V> newTwoKeyMultiMap(
143 Map<K1, MultiMap<K2, V>> map,

Callers 15

testPutMethod · 0.95
testRemoveMethod · 0.95
testRemoveAllMethod · 0.95
testGetMethod · 0.95
testContainsMethod · 0.95
testEqualsMethod · 0.95
testEntrySetMethod · 0.95
testTwoKeySetMethod · 0.95
testPutNullMethod · 0.95
testModifyViaGetSetMethod · 0.95
testModifyViaEntrySetMethod · 0.95

Calls 1

newMapMethod · 0.95

Tested by 14

testPutMethod · 0.76
testRemoveMethod · 0.76
testRemoveAllMethod · 0.76
testGetMethod · 0.76
testContainsMethod · 0.76
testEqualsMethod · 0.76
testEntrySetMethod · 0.76
testTwoKeySetMethod · 0.76
testPutNullMethod · 0.76
testModifyViaGetSetMethod · 0.76
testModifyViaEntrySetMethod · 0.76