Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ newSmallMap
Method
newSmallMap
src/main/java/pascal/taie/util/collection/Maps.java:71–73 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
69
}
70
71
public
static
<K, V> Map<K, V> newSmallMap() {
72
return
new
ArrayMap<>();
73
}
74
75
public
static
<K, V> Map<K, V> newHybridMap() {
76
return
new
HybridHashMap<>();
Callers
3
ClassHierarchyImpl
Class · 0.95
newMap
Method · 0.95
TypeSystemImpl
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected