Generated by
JDiff

Class com.google.common.collect.ImmutableMultiset

Changed from non-abstract to abstract.

Removed Methods
int count(Object)  
Set<E> elementSet()  
int size()  
 

Added Methods
boolean containsAll(Collection<?>)  
 

Changed Methods
int add(E, int) Change from non-final to final.
Guaranteed to throw an exception and leave the collection unmodified.
int remove(Object, int) Change from non-final to final.
Guaranteed to throw an exception and leave the collection unmodified.
boolean setCount(E, int, int) Change from non-final to final.
Guaranteed to throw an exception and leave the collection unmodified.
int setCount(E, int) Change from non-final to final.
Guaranteed to throw an exception and leave the collection unmodified.