MCPcopy Create free account
hub / github.com/LFYSec/MScan / newConcurrentMap

Method newConcurrentMap

src/main/java/pascal/taie/util/collection/Maps.java:83–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81 }
82
83 public static <K, V> ConcurrentMap<K, V> newConcurrentMap() {
84 return new ConcurrentHashMap<>();
85 }
86
87 public static <K, V> ConcurrentMap<K, V> newConcurrentMap(int initialCapacity) {
88 return new ConcurrentHashMap<>(initialCapacity);

Callers 15

FieldRefClass · 0.95
MethodRefClass · 0.95
SubsignatureClass · 0.95
ClassHierarchyImplClass · 0.95
DFAStateMethod · 0.95
FieldPointsToGraphMethod · 0.95
addFieldPointsToMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected