MCPcopy Create free account
hub / github.com/davidgiven/luje / isEmpty

Method isEmpty

lib/java/util/TreeMap.java:928–931  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

926 }
927
928 @Override
929 public boolean isEmpty() {
930 return subMap.isEmpty();
931 }
932
933 @Override
934 public Iterator<V> iterator() {

Callers

nothing calls this directly

Calls 1

isEmptyMethod · 0.65

Tested by

no test coverage detected