Generated by
JDiff

Class com.google.common.collect.Comparators

Changed Methods
T extends Object max(T, extends, Object, T, extends, Object, Comparator<?, super, T>) Change in signature from (T extends Object, T extends Object, Comparator<T>) to (T extends Object, T extends Object, Comparator<? super T>).
Returns the maximum of the two values, according to the given comparator.
T extends Object min(T, extends, Object, T, extends, Object, Comparator<?, super, T>) Change in signature from (T extends Object, T extends Object, Comparator<T>) to (T extends Object, T extends Object, Comparator<? super T>).
Returns the minimum of the two values, according to the given comparator.