{@inheritDoc} Note: This method ignores how often any element might appear in c, and only cares whether or not an element appears at all. If you wish to remove one occurrence in this multiset for every occurrence in c, see {@link Multisets#retainOccurrences(Multiset, Multi
(Collection<?> c)
| 450 | * @see Multisets#retainOccurrences(Multiset, Multiset) |
| 451 | */ |
| 452 | @CanIgnoreReturnValue |
| 453 | @Override |
| 454 | boolean retainAll(Collection<?> c); |
| 455 | } |
no outgoing calls
no test coverage detected