Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ newMap
Method
newMap
src/main/java/pascal/taie/util/collection/Maps.java:47–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
}
46
47
public
static
<K, V> Map<K, V> newMap() {
48
return
new
HashMap<>();
49
}
50
51
public
static
<K, V> Map<K, V> newMap(
int
initialCapacity) {
52
if
(initialCapacity <= ArrayMap.DEFAULT_CAPACITY) {
Callers
15
getOptionValues
Method · 0.95
buildStmts
Method · 0.95
SootClassLoader
Class · 0.95
solve
Method · 0.95
computeSCCDirectMods
Method · 0.95
computeMethodMods
Method · 0.95
NodeManager
Class · 0.95
AbstractCallGraph
Class · 0.95
getInvokeReps
Method · 0.95
NumberLiteralHandler
Class · 0.95
Profiler
Class · 0.95
onFinish
Method · 0.95
Calls
1
newSmallMap
Method · 0.95
Tested by
1
getOptionValues
Method · 0.76