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

Method addAll

src/main/java/org/codehaus/groovy/util/FastArray.java:136–138  ·  view source on GitHub ↗

Appends the populated contents of another FastArray. @param newData the source array to append

(FastArray newData)

Source from the content-addressed store, hash-verified

134 * @param newData the source array to append
135 */
136 public void addAll(FastArray newData) {
137 addAll(newData.data, newData.size);
138 }
139
140 /**
141 * Appends the first {@code size} elements from the supplied array.

Callers 15

javacFlagsMethod · 0.45
mainMethod · 0.45
findTraitsMethod · 0.45
visitClassMethod · 0.45
printMethodsMethod · 0.45
printConstructorsMethod · 0.45
StringSetMapMethod · 0.45
makeTransitiveHullMethod · 0.45
addCollectorContentsMethod · 0.45

Calls 2

arraycopyMethod · 0.80
toArrayMethod · 0.45

Tested by

no test coverage detected