Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ addAll
Method
addAll
src/main/java/groovy/util/ObservableList.java:213–216 ·
view source on GitHub ↗
{@inheritDoc}
(Collection c)
Source
from the content-addressed store, hash-verified
211
212
/** {@inheritDoc} */
213
@Override
214
public
boolean addAll(Collection c) {
215
return
addAll(size(), c);
216
}
217
218
/** {@inheritDoc} */
219
@Override
Callers
3
ElementClearedEvent
Method · 0.45
MultiElementAddedEvent
Method · 0.45
MultiElementRemovedEvent
Method · 0.45
Calls
6
size
Method · 0.95
fireMultiElementAddedEvent
Method · 0.95
fireSizeChangedEvent
Method · 0.95
call
Method · 0.65
add
Method · 0.65
isEmpty
Method · 0.45
Tested by
no test coverage detected