Method removeAll(Collection> 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
added.removeAll(CommunityUtils.getEntityNames(prior));
2
removed.removeAll(CommunityUtils.getEntityNames(current));
3
target.removeAll(toRemove);
4
files.removeAll(remove);
5
children.removeAll(col);
6
children.removeAll(col);
7
reservedParameters.removeAll(parameterMap.keySet());
8
nodes.removeAll(fIncrementalTarget.getDescendents());
9
!collection.removeAll(Collections.EMPTY_SET));
10
nodesToAdd.removeAll(currentNodes);
11
behs.removeAll(strs);
12
assertTrue(!m.values().removeAll(c1));
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.