Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testPut
Method · 0.95
testPutAll1
Method · 0.95
testPutAll2
Method · 0.95
testRemove
Method · 0.95
testRemoveAll
Method · 0.95
testGet
Method · 0.95
testContainsKey
Method · 0.95
testEquals
Method · 0.95
testEntrySet
Method · 0.95
testTwoKeySet
Method · 0.95
testValues
Method · 0.95
testGetOrDefault
Method · 0.95
Calls
1
newMap
Method · 0.95
Tested by
15
testPut
Method · 0.76
testPutAll1
Method · 0.76
testPutAll2
Method · 0.76
testRemove
Method · 0.76
testRemoveAll
Method · 0.76
testGet
Method · 0.76
testContainsKey
Method · 0.76
testEquals
Method · 0.76
testEntrySet
Method · 0.76
testTwoKeySet
Method · 0.76
testValues
Method · 0.76
testGetOrDefault
Method · 0.76