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

Method isEmpty

classpath/java/util/LinkedHashMap.java:189–191  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

187 }
188
189 public boolean isEmpty() {
190 return LinkedHashMap.this.isEmpty();
191 }
192
193 public boolean contains(Object value) {
194 return containsValue(value);

Callers

nothing calls this directly

Calls 1

isEmptyMethod · 0.65

Tested by

no test coverage detected