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

Method newTwoKeyMap

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

Source from the content-addressed store, hash-verified

126 }
127
128 public static <K1, K2, V> TwoKeyMap<K1, K2, V> newTwoKeyMap() {
129 return newTwoKeyMap(newMap(), Maps::newHybridMap);
130 }
131
132 public static <K1, K2, V> TwoKeyMap<K1, K2, V> newTwoKeyMap(
133 Map<K1, Map<K2, V>> map1,

Callers 15

testPutMethod · 0.95
testPutAll1Method · 0.95
testPutAll2Method · 0.95
testRemoveMethod · 0.95
testRemoveAllMethod · 0.95
testGetMethod · 0.95
testContainsKeyMethod · 0.95
testEqualsMethod · 0.95
testEntrySetMethod · 0.95
testTwoKeySetMethod · 0.95
testValuesMethod · 0.95
testGetOrDefaultMethod · 0.95

Calls 1

newMapMethod · 0.95

Tested by 15

testPutMethod · 0.76
testPutAll1Method · 0.76
testPutAll2Method · 0.76
testRemoveMethod · 0.76
testRemoveAllMethod · 0.76
testGetMethod · 0.76
testContainsKeyMethod · 0.76
testEqualsMethod · 0.76
testEntrySetMethod · 0.76
testTwoKeySetMethod · 0.76
testValuesMethod · 0.76
testGetOrDefaultMethod · 0.76