Lines Matching full:code
34 * Returns {@code true} if there are no differences between the two maps;
65 * {@code true} if the given object is also a {@code MapDifference} and the
73 * Returns the hash code for this instance. This is defined as the hash code
74 * of <pre> {@code
83 * {@code leftValue()} and {@code rightValue} are not equal, and one but not
104 * The hash code equals the value
105 * {@code Arrays.asList(leftValue(), rightValue()).hashCode()}.