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

Method remove

classpath/java/util/TreeMap.java:201–203  ·  view source on GitHub ↗
(Object key)

Source from the content-addressed store, hash-verified

199 }
200
201 public boolean remove(Object key) {
202 return set.removeAndReturn(new MyEntry(key, null)) != null;
203 }
204
205 public Object[] toArray() {
206 return toArray(new Object[size()]);

Callers

nothing calls this directly

Calls 1

removeAndReturnMethod · 0.80

Tested by

no test coverage detected