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

Method removeAll

output/java_guava/1.4.13/AbstractBiMap.java:223–226  ·  view source on GitHub ↗
(Collection<?> keysToRemove)

Source from the content-addressed store, hash-verified

221 }
222
223 @Override
224 public boolean removeAll(Collection<?> keysToRemove) {
225 return standardRemoveAll(keysToRemove);
226 }
227
228 @Override
229 public boolean retainAll(Collection<?> keysToRetain) {

Callers

nothing calls this directly

Calls 1

standardRemoveAllMethod · 0.45

Tested by

no test coverage detected