Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
testAddAll
Method · 0.95
testAddAllWithWrongTypeFails
Method · 0.95
testAddAllAtIndex
Method · 0.95
Sequence
Method · 0.95
set
Method · 0.95
testAddAllIntCollection
Method · 0.45
testAddAllCollection
Method · 0.45
getMethods
Method · 0.45
Calls
1
checkCollectionType
Method · 0.95
Tested by
5
testAddAll
Method · 0.76
testAddAllWithWrongTypeFails
Method · 0.76
testAddAllAtIndex
Method · 0.76
testAddAllIntCollection
Method · 0.36
testAddAllCollection
Method · 0.36