Method removeAll(Collection c)
Return type: boolean
Member of: java.util.List
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 elements.removeAll(Arrays.asList(array));
2 setList.removeAll(subset);
3 closedIDs.removeAll(getOpenedTopComponentsIDs());
4 m_arrRows.removeAll(arrRows);
5 newMembersInDesitnationType.removeAll(Arrays.asList(fMethodsToDelete));
6 list.removeAll(list);
7 plotValues.removeAll(_removeValues);
8 ll.removeAll(openedTopComponents);
9 getList().removeAll(Arrays.asList(getFullElements()));
10 l.removeAll((Collection)b);
11 fromList.removeAll(selectedObjects);
12 triples.removeAll(c);
13 _configPathList.removeAll(pathsToRemove);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.