Generated by
JDiff

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

Changed Methods
V extends Object leftValue() Change in return type from V to (V extends Object).
Returns the value from the left map (possibly null).
V extends Object rightValue() Change in return type from V to (V extends Object).
Returns the value from the right map (possibly null).