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

Method remove

output/java_guava/1.4.16/Maps.java:3967–3974  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

3965 }
3966
3967 @Override
3968 public boolean remove(Object o) {
3969 if (contains(o)) {
3970 Entry<?, ?> entry = (Entry<?, ?>) o;
3971 return map().keySet().remove(entry.getKey());
3972 }
3973 return false;
3974 }
3975
3976 @Override
3977 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