Generated by
JDiff

Class com.google.common.collect.Comparators

Added Methods
T max(T, T, Comparator<T>) Returns the maximum of the two values, according to the given comparator.
(T extends Comparable<? super T>max(T, extends, Comparable<?, super, T>, T, extends, Comparable<?, super, T>) Returns the maximum of the two values.
T min(T, T, Comparator<T>) Returns the minimum of the two values, according to the given comparator.
(T extends Comparable<? super T>min(T, extends, Comparable<?, super, T>, T, extends, Comparable<?, super, T>) Returns the minimum of the two values.