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

Method retainAll

output/java_guava/1.4.17/AbstractMultiset.java:140–144  ·  view source on GitHub ↗
(Collection<?> elementsToRetain)

Source from the content-addressed store, hash-verified

138 }
139
140 @CanIgnoreReturnValue
141 @Override
142 public boolean retainAll(Collection<?> elementsToRetain) {
143 return Multisets.retainAllImpl(this, elementsToRetain);
144 }
145
146 @Override
147 public void clear() {

Callers

nothing calls this directly

Calls 1

retainAllImplMethod · 0.95

Tested by

no test coverage detected