Interface MapDifference.ValueDifference<V extends @Nullable Object>

    • Method Detail

      • leftValue

        V leftValue()
        Returns the value from the left map (possibly null).
      • rightValue

        V rightValue()
        Returns the value from the right map (possibly null).
      • hashCode

        int hashCode()
        The hash code equals the value Arrays.asList(leftValue(), rightValue()).hashCode().
        Overrides:
        hashCode in class Object