Generated by
JDiff

Class com.google.common.collect.TreeMultiset

Removed Methods
void forEachEntry(ObjIntConsumer<? super E>)  
 

Changed Methods
int count(Object) Change in signature from Object to java.lang.Object.
 
int remove(Object, int) Change in signature from (Object, int) to (java.lang.Object, int).
 
TreeMultiset<E> create(Comparator<? super E>) Change in signature from Comparator to (Comparator<? super E>).
Creates a new, empty multiset, sorted according to the specified comparator.