Class ValueDifference<V>
java.lang.Object
com.github.toolarium.common.compare.map.impl.ValueDifference<V>
- All Implemented Interfaces:
IValueDifference<V>
Implements the
IValueDifference.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ValueDifference
Constructor for ValueDifferenceImpl- Parameters:
left- the leftright- the right
-
-
Method Details
-
leftValue
Description copied from interface:IValueDifferenceReturns the value from the left map (possibly null).- Specified by:
leftValuein interfaceIValueDifference<V>- Returns:
- the value from the left map
-
rightValue
Description copied from interface:IValueDifferenceReturns the value from the right map (possibly null).- Specified by:
rightValuein interfaceIValueDifference<V>- Returns:
- the value from the right map
-
hashCode
public int hashCode() -
equals
-
toString
-