Generated by
JDiff

Interface com.google.common.collect.Multiset

Removed Methods
boolean add(E) Adds a single occurrence of the specified element to this multiset.
int add(E, int) Adds a number of occurrences of an element to this multiset.
boolean setCount(E, int, int) Conditionally sets the count of an element to a new value, as described in .setCount(Object, int), provided that the element has the expected current count.
int setCount(E, int) Adds or removes the necessary occurrences of an element such that the element attains the desired count.
 

Added Methods
boolean add(E extends Object) Adds a single occurrence of the specified element to this multiset.
int add(E, extends, Object, int) Adds a number of occurrences of an element to this multiset.
boolean setCount(E, extends, Object, int, int) Conditionally sets the count of an element to a new value, as described in .setCount(Object, int), provided that the element has the expected current count.
int setCount(E, extends, Object, int) Adds or removes the necessary occurrences of an element such that the element attains the desired count.