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

Method remove

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

Source from the content-addressed store, hash-verified

3969 }
3970
3971 @Override
3972 public boolean remove(Object o) {
3973 if (contains(o)) {
3974 Entry<?, ?> entry = (Entry<?, ?>) o;
3975 return map().keySet().remove(entry.getKey());
3976 }
3977 return false;
3978 }
3979
3980 @Override
3981 public boolean removeAll(Collection<?> c) {

Callers

nothing calls this directly

Calls 5

containsMethod · 0.95
mapMethod · 0.95
removeMethod · 0.65
keySetMethod · 0.65
getKeyMethod · 0.65

Tested by

no test coverage detected