MCPcopy Create free account
hub / github.com/PCGen/pcgen / addAll

Method addAll

PCGen-base/code/src/java/pcgen/base/util/IdentityList.java:80–85  ·  view source on GitHub ↗
(Collection<? extends T> collection)

Source from the content-addressed store, hash-verified

78 }
79
80 @Override
81 public final boolean addAll(Collection<? extends T> collection)
82 {
83 collection.forEach(this::add);
84 return true;
85 }
86
87 @Override
88 public boolean addAll(int index, Collection<? extends T> collection)

Callers 2

testIdentityAddAllMethod · 0.95
IdentityListMethod · 0.95

Calls 2

addMethod · 0.95
forEachMethod · 0.80

Tested by 1

testIdentityAddAllMethod · 0.76