Generated by
JDiff

Class com.google.common.collect.ConcurrentHashMultiset

Changed Methods
int count(Object) Change in signature from java.lang.Object to Object.
Returns the number of occurrences of {@code element} in this multiset.
int remove(Object, int) Change in signature from (java.lang.Object, int) to (Object, int).
Removes a number of occurrences of the specified element from this multiset.
boolean removeExactly(Object, int) Change in signature from (java.lang.Object, int) to (Object, int).
Removes exactly the specified number of occurrences of {@code element}, or makes no change if this is not possible.