MCPcopy Create free account
hub / github.com/ReadyTalk/avian / isEmpty

Method isEmpty

classpath/java/util/TreeMap.java:227–229  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

225 }
226
227 public boolean isEmpty() {
228 return TreeMap.this.isEmpty();
229 }
230
231 public boolean contains(Object value) {
232 return containsValue(value);

Callers

nothing calls this directly

Calls 1

isEmptyMethod · 0.65

Tested by

no test coverage detected