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

Method retainAll

corpus/java/training/guava/collect/Multiset.java:452–452  ·  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#retainOccurrences(Multiset, Multi

(Collection<?> c)

Source from the content-addressed store, hash-verified

450 * @see Multisets#retainOccurrences(Multiset, Multiset)
451 */
452 @CanIgnoreReturnValue
453 @Override
454 boolean retainAll(Collection<?> c);
455}

Callers 15

retainAllMethod · 0.65
retainAllMethod · 0.65
retainAllMethod · 0.65
retainAllMethod · 0.65
retainAllImplMethod · 0.65
retainAllMethod · 0.65
retainAllMethod · 0.65
retainAllMethod · 0.65
retainAllMethod · 0.65
retainAllMethod · 0.65
retainAllMethod · 0.65
retainAllMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected