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

Method newHybridSet

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

Source from the content-addressed store, hash-verified

67 }
68
69 public static <E> Set<E> newHybridSet() {
70 return new HybridHashSet<>();
71 }
72
73 public static <E> Set<E> newHybridSet(Collection<E> c) {
74 return new HybridHashSet<>(c);

Callers 15

buildMethod · 0.95
MethodIRBuilderClass · 0.95
analyzeMethod · 0.95
computeDirectModsMethod · 0.95
computeSCCDirectModsMethod · 0.95
analyzeMethod · 0.95
findNullDerefMethod · 0.95
SetFactMethod · 0.95
buildMethod · 0.95
ExceptionalEdgeMethod · 0.95
ThreadHandlerClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected