MCPcopy Create free account
hub / github.com/antlr/codebuff / remove

Method remove

output/java_guava/1.4.19/Maps.java:3706–3713  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

3704 }
3705
3706 @Override
3707 public boolean remove(Object o) {
3708 if (contains(o)) {
3709 map().remove(o);
3710 return true;
3711 }
3712 return false;
3713 }
3714
3715 @Override
3716 public void clear() {

Callers

nothing calls this directly

Calls 3

containsMethod · 0.95
mapMethod · 0.95
removeMethod · 0.65

Tested by

no test coverage detected