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

Method isEmpty

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

Source from the content-addressed store, hash-verified

121 }
122
123 public boolean isEmpty() {
124 return set.size() == 0;
125 }
126
127 public boolean contains(Object value) {
128 return !set.find(new Cell(value, null)).fresh();

Callers 2

firstMethod · 0.95
lastMethod · 0.95

Calls 1

sizeMethod · 0.65

Tested by

no test coverage detected