Generated by
JDiff

Class com.google.common.collect.DiscreteDomain

Changed Methods
C next(C extends Comparable) Change in return type from (C extends Comparable) to C.
Returns the unique least value of type {@code C} that is greater than {@code value}, or {@code null} if none exists.
C previous(C extends Comparable) Change in return type from (C extends Comparable) to C.
Returns the unique greatest value of type {@code C} that is less than {@code value}, or {@code null} if none exists.