Generated by
JDiff

Class com.google.common.collect.Range

Added Methods
boolean test(C extends Comparable) @deprecated Provided only to satisfy the java.util.function.Predicate interface; use .contains instead.
 

Changed Methods
boolean equals(Object) Change in signature from java.lang.Object to Object.
Returns {@code true} if {@code object} is a range having the same endpoints and bound types as this range.