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

Method addAll

output/java_guava/1.4.16/EvictingQueue.java:121–125  ·  view source on GitHub ↗
(Collection<? extends E> collection)

Source from the content-addressed store, hash-verified

119 }
120
121 @Override
122 @CanIgnoreReturnValue
123 public boolean addAll(Collection<? extends E> collection) {
124 return standardAddAll(collection);
125 }
126
127 @Override
128 public boolean contains(Object object) {

Callers

nothing calls this directly

Calls 1

standardAddAllMethod · 0.45

Tested by

no test coverage detected