Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/GregTech6/gregtech6
/ isEmpty
Method
isEmpty
src/main/java/gregapi/code/HashSetNoNulls.java:72–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
70
}
71
72
@Override
73
public
boolean isEmpty() {
74
return
map.isEmpty();
75
}
76
77
@Override
78
public
boolean contains(Object o) {
Callers
7
doRedstoneUpdate
Method · 0.95
onToolClick2
Method · 0.95
replaceAll
Method · 0.95
scanWires
Method · 0.95
scanPipes
Method · 0.95
scanPipes
Method · 0.95
onServerTickPre
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected