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

Method addAll

output/java_guava/1.4.18/AbstractMultiset.java:128–132  ·  view source on GitHub ↗

{@inheritDoc} This implementation is highly efficient when elementsToAdd is itself a Multiset.

(Collection<? extends E> elementsToAdd)

Source from the content-addressed store, hash-verified

126 */
127
128 @CanIgnoreReturnValue
129 @Override
130 public boolean addAll(Collection<? extends E> elementsToAdd) {
131 return Multisets.addAllImpl(this, elementsToAdd);
132 }
133
134 @CanIgnoreReturnValue
135 @Override

Callers

nothing calls this directly

Calls 1

addAllImplMethod · 0.95

Tested by

no test coverage detected