Generated by
JDiff

Class com.google.common.collect.ComparisonChain

Added Methods
ComparisonChain compareFalseFirst(boolean, boolean) Compares two {@code boolean} values, considering {@code false} to be less than {@code true}, if the result of this comparison chain has not already been determined.
ComparisonChain compareTrueFirst(boolean, boolean) Compares two {@code boolean} values, considering {@code true} to be less than {@code false}, if the result of this comparison chain has not already been determined.
 

Changed Methods
ComparisonChain compare(boolean, boolean) Changed from abstract to non-abstract. Change from non-final to final.
Now deprecated.
Use {@link #compareFalseFirst}; or, if the parameters passed are being either negated or reversed, undo the negation or reversal and use {@link #compareTrueFirst}.