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

Method removeAll

output/java_guava/1.4.18/Maps.java:2905–2908  ·  view source on GitHub ↗
(Collection<?> c)

Source from the content-addressed store, hash-verified

2903 }
2904
2905 @Override
2906 public boolean removeAll(Collection<?> c) {
2907 return removeIf(in(c));
2908 }
2909
2910 @Override
2911 public boolean retainAll(Collection<?> c) {

Callers

nothing calls this directly

Calls 2

removeIfMethod · 0.95
inMethod · 0.45

Tested by

no test coverage detected