Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/GregTech6/gregtech6
/ size
Method
size
src/main/java/gregapi/code/HashSetNoNulls.java:67–70 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
65
}
66
67
@Override
68
public
int
size() {
69
return
map.size();
70
}
71
72
@Override
73
public
boolean isEmpty() {
Callers
2
replaceAll
Method · 0.95
HashSetNoNulls
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected