MCPcopy Index your code
hub / github.com/GregTech6/gregtech6 / size

Method size

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

Source from the content-addressed store, hash-verified

53 return (Iterator<ItemStackContainer>)mMap.keySet().iterator();
54 }
55 @Override
56 public int size() {
57 return mMap.size();
58 }
59 @Override
60 public boolean isEmpty() {
61 return mMap.isEmpty();

Callers 5

addResearchMethod · 0.45
ArrayListNoNullsMethod · 0.45
getMethod · 0.45
addAllMethod · 0.45
TagDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected