Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ newSmallSet
Method
newSmallSet
src/main/java/pascal/taie/util/collection/Sets.java:65–67 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
63
}
64
65
public
static
<E> Set<E> newSmallSet() {
66
return
new
ArraySet<>();
67
}
68
69
public
static
<E> Set<E> newHybridSet() {
70
return
new
HybridHashSet<>();
Callers
1
newSet
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected