MCPcopy 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

getOptionValuesMethod · 0.95
buildStmtsMethod · 0.95
SootClassLoaderClass · 0.95
solveMethod · 0.95
computeSCCDirectModsMethod · 0.95
computeMethodModsMethod · 0.95
NodeManagerClass · 0.95
AbstractCallGraphClass · 0.95
getInvokeRepsMethod · 0.95
ProfilerClass · 0.95
onFinishMethod · 0.95

Calls 1

newSmallMapMethod · 0.95

Tested by 1

getOptionValuesMethod · 0.76