MCPcopy Index your code
hub / github.com/davidgiven/luje / isEmpty

Method isEmpty

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

Source from the content-addressed store, hash-verified

601 }
602
603 @Override
604 public boolean isEmpty() {
605 if (hasStart) {
606 setFirstKey();
607 return firstKeyNode == null;
608 } else {
609 setLastKey();
610 return lastKeyNode == null;
611 }
612 }
613
614 @Override
615 public Set<K> keySet() {

Callers

nothing calls this directly

Calls 2

setFirstKeyMethod · 0.95
setLastKeyMethod · 0.95

Tested by

no test coverage detected