Method addAll(Collection extends E> c)
Return type: boolean
Member of:
java.util.AbstractCollection
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
result.addAll(this);
2
addAll(c);
3
super.addAll((ManageableHashSet) otherCollection);
4
varNames.addAll(Arrays.asList(new String[] {
5
ret.addAll(users);
6
addAll(c);
7
addAll(c);
8
s.addAll(getActions().keySet());
9
set.addAll(Arrays.asList(getFullElements()));
10
hashset.addAll(collection1);
11
set.addAll(keystrokes);
12
allInterfacesSet.addAll(inter.allInterfaces());
13
holder_set.addAll(_nameMap.values());
14
pending.addAll(ecs.getSubstates());
15
keys.addAll(multiRefValues.keySet());
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.