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

Method size

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

Source from the content-addressed store, hash-verified

833 }
834
835 @Override
836 public int size() {
837 return subMap.size();
838 }
839
840 @SuppressWarnings("unchecked")
841 @Override

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.65

Tested by

no test coverage detected