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

Method containsAll

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

Returns true if this multiset contains at least one occurrence of each element in the specified collection. This method refines Collection#containsAll to further specify that it may not throw an exception in response to any of elements being null or of the wrong ty

(Collection<?> elements)

Source from the content-addressed store, hash-verified

375 * @throws NullPointerException if {@code elements} is null
376 */
377 @Override
378 boolean containsAll(Collection<?> elements);
379
380 /**

Callers 15

containsAllMethod · 0.65
copyOfMethod · 0.65
containsAllMethod · 0.65
containsAllMethod · 0.65
isMethod · 0.65
containsAllMethod · 0.65
containsAllMethod · 0.65
isEmptyMethod · 0.65
containsMethod · 0.65
equalsImplMethod · 0.65
containsAllMethod · 0.65
containsAllMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected