Generated by
JDiff

Class com.google.common.collect.TreeMultiset

Removed Methods
boolean setCount(E, int, int)  
int setCount(E, int)  
 

Added Methods
boolean setCount(E, extends, Object, int, int)  
int setCount(E, extends, Object, int)  
 

Changed Methods
int add(E, extends, Object, int) Change in signature from (E, int) to (E extends Object, int).
 
SortedMultiset<E> headMultiset(E, extends, Object, BoundType) Change in signature from (E, BoundType) to (E extends Object, BoundType).
 
SortedMultiset<E> tailMultiset(E, extends, Object, BoundType) Change in signature from (E, BoundType) to (E extends Object, BoundType).