MCPcopy Index your code
hub / github.com/apache/groovy / addAll

Method addAll

src/main/java/groovy/lang/Sequence.java:165–170  ·  view source on GitHub ↗

{@inheritDoc}

(Collection c)

Source from the content-addressed store, hash-verified

163 * {@inheritDoc}
164 */
165 @Override
166 public boolean addAll(Collection c) {
167 checkCollectionType(c);
168 hashCode = 0;
169 return super.addAll(c);
170 }
171
172 /**
173 * {@inheritDoc}

Callers 8

testAddAllMethod · 0.95
testAddAllAtIndexMethod · 0.95
SequenceMethod · 0.95
setMethod · 0.95
testAddAllCollectionMethod · 0.45
getMethodsMethod · 0.45

Calls 1

checkCollectionTypeMethod · 0.95

Tested by 5

testAddAllMethod · 0.76
testAddAllAtIndexMethod · 0.76
testAddAllCollectionMethod · 0.36