MCPcopy 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

ClassHierarchyImplClass · 0.95
newMapMethod · 0.95
TypeSystemImplClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected