Method addAll(Collection extends E> c)
Return type: boolean
Member of:
java.util.Collection
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
this.removed.addAll(removed);
2
result.addAll(Arrays.asList(pack.getCompilationUnits()));
3
list.addAll(newList(os));
4
v.addAll(otherProperties);
5
col.addAll(Arrays.asList(c.getInterfaces()));
6
collection.addAll( _globalCookies );
7
colOfUOB.addAll(findColOfUOBActivityTypeHierarchyVO(treeNode));
8
vs.addAll(this.getIdleCalls().keySet()); // the idle calls
9
refs.addAll(scope.mVariableRefs);
10
c.addAll(Arrays.asList(getFullElements()));
11
classes.addAll(sources);
12
features.addAll(foundFeatures);
13
tmp.addAll(t.getDirectSubtypes());
14
elements.addAll(getGraph().edges());
15
matches.addAll(getMatches(communityName, filter));
16
collection.addAll((Collection) object);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.