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

Method remove

classpath/java/util/TreeSet.java:115–117  ·  view source on GitHub ↗
(Object value)

Source from the content-addressed store, hash-verified

113 }
114
115 public boolean remove(Object value) {
116 return removeCell(value) != null;
117 }
118
119 public int size() {
120 return set.size();

Callers 1

mainMethod · 0.95

Calls 1

removeCellMethod · 0.95

Tested by 1

mainMethod · 0.76