Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ ArraySet
Method
ArraySet
src/main/java/pascal/taie/util/collection/ArraySet.java:49–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
private
final
boolean fixedCapacity;
48
49
public
ArraySet() {
50
this(DEFAULT_CAPACITY, true);
51
}
52
53
public
ArraySet(
int
initialCapacity) {
54
this(initialCapacity, true);
Callers
nothing calls this directly
Calls
2
addAll
Method · 0.95
size
Method · 0.65
Tested by
no test coverage detected