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

Method addAll

classpath/java/util/List.java:24–24  ·  view source on GitHub ↗
(int startIndex, Collection<? extends T> c)

Source from the content-addressed store, hash-verified

22 public void add(int index, T element);
23
24 public boolean addAll(int startIndex, Collection<? extends T> c);
25
26 public int indexOf(Object value);
27

Callers 8

addAllTestMethod · 0.65
containsAllTestMethod · 0.65
removeAllTestMethod · 0.65
addAllMethod · 0.65
addAllMethod · 0.65
addAllMethod · 0.65
addAllMethod · 0.65
GroupMethod · 0.65

Implementers 4

ArrayListclasspath/java/util/ArrayList.java
UnmodifiableListclasspath/java/util/Collections.java
LinkedListclasspath/java/util/LinkedList.java
Vectorclasspath/java/util/Vector.java

Calls

no outgoing calls

Tested by 3

addAllTestMethod · 0.52
containsAllTestMethod · 0.52
removeAllTestMethod · 0.52