Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
recycler
Method · 0.45
addCrucibleRecipe
Method · 0.45
registerThaumcraftAspectsToItem
Method · 0.45
get
Method · 0.45
onTickPost
Method · 0.45
onTickPost
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected