MCPcopy 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

doRedstoneUpdateMethod · 0.95
onToolClick2Method · 0.95
replaceAllMethod · 0.95
scanWiresMethod · 0.95
scanPipesMethod · 0.95
scanPipesMethod · 0.95
onServerTickPreMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected