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

Method removeAll

output/java_guava/1.4.19/Maps.java:2781–2784  ·  view source on GitHub ↗
(Collection<?> collection)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

removeIfMethod · 0.95
inMethod · 0.45

Tested by

no test coverage detected