MCPcopy 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

ElementClearedEventMethod · 0.45

Calls 6

sizeMethod · 0.95
fireSizeChangedEventMethod · 0.95
callMethod · 0.65
addMethod · 0.65
isEmptyMethod · 0.45

Tested by

no test coverage detected