Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/GregTech6/gregtech6
/ add
Method
add
src/main/java/gregapi/code/HashSetNoNulls.java:82–85 ·
view source on GitHub ↗
(E e)
Source
from the content-addressed store, hash-verified
80
}
81
82
@Override
83
public
boolean add(E e) {
84
return
e!=null&&map.put(e, OBJECT)==null;
85
}
86
87
@Override
88
public
boolean remove(Object o) {
Callers
14
onServerTick
Method · 0.95
onChunkWatchEvent
Method · 0.95
generate
Method · 0.95
getNEIRecipes
Method · 0.95
doRedstoneUpdate
Method · 0.95
onToolClick2
Method · 0.95
replaceAll
Method · 0.95
onServerTickPost
Method · 0.95
scanWires
Method · 0.95
scanPipes
Method · 0.95
scanPipes
Method · 0.95
onServerTickPre
Method · 0.95
Calls
1
put
Method · 0.45
Tested by
no test coverage detected