MCPcopy Create free account
hub / github.com/GregTech6/gregtech6 / isEmpty

Method isEmpty

src/main/java/gregapi/code/ItemStackSet.java:59–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 return mMap.size();
58 }
59 @Override
60 public boolean isEmpty() {
61 return mMap.isEmpty();
62 }
63 @Override
64 public boolean contains(Object aObject) {
65 return mMap.containsKey(aObject);

Callers 6

recyclerMethod · 0.45
addCrucibleRecipeMethod · 0.45
getMethod · 0.45
onTickPostMethod · 0.45
onTickPostMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected