MCPcopy Index your code
hub / github.com/antlr/codebuff / removeAll

Method removeAll

corpus/java/training/guava/collect/Multiset.java:434–434  ·  view source on GitHub ↗

{@inheritDoc} Note: This method ignores how often any element might appear in c, and only cares whether or not an element appears at all. If you wish to remove one occurrence in this multiset for every occurrence in c, see {@link Multisets#removeOccurrences(Multiset, Multi

(Collection<?> c)

Source from the content-addressed store, hash-verified

432 * being null or of the wrong type.
433 */
434 @CanIgnoreReturnValue
435 @Override
436 boolean removeAll(Collection<?> c);
437

Callers 15

removeAllMethod · 0.65
removeAllMethod · 0.65
removeAllMethod · 0.65
removeAllMethod · 0.65
removeAllMethod · 0.65
removeAllMethod · 0.65
removeMethod · 0.65
removeAllMethod · 0.65
removeAllMethod · 0.65
removeAllMethod · 0.65
removeAllMethod · 0.65
removeAllMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected