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