MCPcopy Create free account
hub / github.com/ReadyTalk/avian / addAll

Method addAll

classpath/java/util/AbstractList.java:23–25  ·  view source on GitHub ↗
(Collection<? extends T> c)

Source from the content-addressed store, hash-verified

21 }
22
23 public boolean addAll(Collection<? extends T> c) {
24 return addAll(size(), c);
25 }
26
27 public boolean addAll(int startIndex, Collection<? extends T> c) {
28 if (c == null) {

Callers

nothing calls this directly

Calls 5

addMethod · 0.95
sizeMethod · 0.65
iteratorMethod · 0.65
hasNextMethod · 0.65
nextMethod · 0.65

Tested by

no test coverage detected