{@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#removeOccurrences(Multiset, Multi
(Collection<?> c)
| 432 | * being null or of the wrong type. |
| 433 | */ |
| 434 | @CanIgnoreReturnValue |
| 435 | @Override |
| 436 | boolean removeAll(Collection<?> c); |
| 437 |
no outgoing calls
no test coverage detected