Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
FieldRef
Class · 0.95
MethodRef
Class · 0.95
addFieldPointsTo
Method · 0.95
buildAllDFA
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected