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

Method removeAll

output/java_guava/1.4.16/Sets.java:75–78  ·  view source on GitHub ↗
(Collection<?> c)

Source from the content-addressed store, hash-verified

73
74 abstract static class ImprovedAbstractSet<E> extends AbstractSet<E> {
75 @Override
76 public boolean removeAll(Collection<?> c) {
77 return removeAllImpl(this, c);
78 }
79
80 @Override
81 public boolean retainAll(Collection<?> c) {

Callers

nothing calls this directly

Calls 1

removeAllImplMethod · 0.45

Tested by

no test coverage detected