Generated by
JDiff

Class com.google.common.collect.ComparisonChain

Changed Methods
ComparisonChain compare(T, extends, Object, T, extends, Object, Comparator<T>) Change in signature from (T, T, Comparator<T>) to (T extends Object, T extends Object, Comparator<T>).
Compares two objects using a comparator, if the result of this comparison chain has not already been determined.