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

Method isEmpty

src/main/java/gregapi/code/BiomeNameSet.java:61–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 @Override public Iterator<String> iterator() {return map.keySet().iterator();}
60 @Override public boolean remove(Object aName) {return map.remove(aName)==OBJECT;}
61 @Override public boolean isEmpty() {return map.isEmpty();}
62 @Override public int size() {return map.size();}
63 @Override public void clear() {map.clear();}
64}

Callers 2

containsMethod · 0.45
addMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected