Generated by
JDiff

Interface com.google.common.collect.MapDifference.ValueDifference

Changed Methods
boolean equals(Object) Changed from non-abstract to abstract. Two instances are considered equal if their .leftValue() values are equal and their .rightValue() values are also equal.
int hashCode() Changed from non-abstract to abstract. The hash code equals the value {@code Arrays.asList(leftValue(), rightValue()).hashCode()}.
V leftValue() Changed from non-abstract to abstract. Returns the value from the left map (possibly null).
V rightValue() Changed from non-abstract to abstract. Returns the value from the right map (possibly null).