![]() |
Method retainAll(Collection> 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 | commonInterfaces.retainAll(intrs); |
| 2 | commandNames.retainAll(providerCommandNames); |
| 3 | unchanged.retainAll(newAnnotations); |
| 4 | tset.retainAll(tb.getExitSet()); |
| 5 | intersection.retainAll(fkTables); |