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

Method remove

corpus/java/training/guava/collect/Maps.java:3641–3648  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

3639 }
3640
3641 @Override
3642 public boolean remove(Object o) {
3643 if (contains(o)) {
3644 map().remove(o);
3645 return true;
3646 }
3647 return false;
3648 }
3649
3650 @Override
3651 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