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

Method size

classpath/java/util/TreeSet.java:119–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117 }
118
119 public int size() {
120 return set.size();
121 }
122
123 public boolean isEmpty() {
124 return set.size() == 0;

Callers 1

mainMethod · 0.95

Calls 1

sizeMethod · 0.65

Tested by 1

mainMethod · 0.76