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

Method newConcurrentSet

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

Source from the content-addressed store, hash-verified

79 }
80
81 public static <E> Set<E> newConcurrentSet() {
82 return ConcurrentHashMap.newKeySet();
83 }
84
85 /**
86 * @return {@code true} if two sets have at least one overlapped element.

Callers 4

FieldRefClass · 0.95
MethodRefClass · 0.95
addFieldPointsToMethod · 0.95
buildAllDFAMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected