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

Method isEmpty

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

Source from the content-addressed store, hash-verified

808 }
809
810 @Override
811 public boolean isEmpty() {
812 return subMap.isEmpty();
813 }
814
815 public Iterator<Map.Entry<K, V>> iterator() {
816 Node<K, V> from;

Callers

nothing calls this directly

Calls 1

isEmptyMethod · 0.65

Tested by

no test coverage detected