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

Method isEmpty

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

Source from the content-addressed store, hash-verified

876 }
877
878 @Override
879 public boolean isEmpty() {
880 return subMap.isEmpty();
881 }
882
883 @Override
884 public int size() {

Callers

nothing calls this directly

Calls 1

isEmptyMethod · 0.65

Tested by

no test coverage detected