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

Method remove

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

Source from the content-addressed store, hash-verified

3899 }
3900
3901 @Override
3902 public boolean remove(Object o) {
3903 if (contains(o)) {
3904 Entry<?, ?> entry = (Entry<?, ?>) o;
3905 return map().keySet().remove(entry.getKey());
3906 }
3907 return false;
3908 }
3909
3910 @Override
3911 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