Generated by
JDiff

Class com.google.common.collect.TreeMultiset

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