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

Method removeAll

output/java_guava/1.4.16/Maps.java:2779–2782  ·  view source on GitHub ↗
(Collection<?> collection)

Source from the content-addressed store, hash-verified

2777 }
2778
2779 @Override
2780 public boolean removeAll(Collection<?> collection) {
2781 return removeIf(in(collection));
2782 }
2783
2784 @Override
2785 public boolean retainAll(Collection<?> collection) {

Callers

nothing calls this directly

Calls 2

removeIfMethod · 0.95
inMethod · 0.45

Tested by

no test coverage detected