MCPcopy Create free account
hub / github.com/ReadyTalk/avian / size

Method size

classpath/java/util/TreeMap.java:116–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114 }
115
116 public int size() {
117 return set.size();
118 }
119
120 public boolean isEmpty() {
121 return size() == 0;

Callers 2

isEmptyMethod · 0.95
writeObjectMethod · 0.95

Calls 1

sizeMethod · 0.65

Tested by

no test coverage detected