| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface MapDifference.ValueDifference<V>
A difference between the mappings from two maps with the same key. The
 leftValue() and rightValue() are not equal, and one but not
 both of them may be null.
| Method Summary | |
|---|---|
|  boolean | equals(Object other)Two instances are considered equal if their leftValue()values are equal and theirrightValue()values are also equal. | 
|  int | hashCode()The hash code equals the value Arrays.asList(leftValue(), rightValue()).hashCode(). | 
|  V | leftValue()Returns the value from the left map (possibly null). | 
|  V | rightValue()Returns the value from the right map (possibly null). | 
| Method Detail | 
|---|
V leftValue()
V rightValue()
boolean equals(@Nullable
               Object other)
leftValue()
 values are equal and their rightValue() values are also equal.
equals in class Objectint hashCode()
Arrays.asList(leftValue(), rightValue()).hashCode().
hashCode in class Object| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||