Generated by
JDiff

Interface com.google.common.collect.Multiset

Removed Methods
boolean remove(Object) Removes a single occurrence of the specified element from this multiset, if present.
int remove(Object, int) Removes a number of occurrences of the specified element from this multiset.
 

Added Methods
boolean remove(Object) Removes a single occurrence of the specified element from this multiset, if present.
int remove(Object, int) Removes a number of occurrences of the specified element from this multiset.
 

Changed Methods
boolean contains(Object) Change in signature from java.lang.Object to Object.
Determines whether this multiset contains the specified element.
int count(Object) Change in signature from java.lang.Object to Object.
Returns the number of occurrences of an element in this multiset (the count of the element).
boolean equals(Object) Change in signature from java.lang.Object to Object.
Compares the specified object with this multiset for equality.