Changed Methods |
boolean areEqual()
|
Changed from non-abstract to abstract.
|
Returns {@code true} if there are no differences between the two maps;
that is, if the maps are equal. |
Map<K, ValueDifference<V>> entriesDiffering()
|
Changed from non-abstract to abstract.
|
Returns an unmodifiable map describing keys that appear in both maps, but
with different values. |
Map<K, V> entriesInCommon()
|
Changed from non-abstract to abstract.
|
Returns an unmodifiable map containing the entries that appear in both
maps; that is, the intersection of the two maps. |
Map<K, V> entriesOnlyOnLeft()
|
Changed from non-abstract to abstract.
|
Returns an unmodifiable map containing the entries from the left map whose
keys are not present in the right map. |
Map<K, V> entriesOnlyOnRight()
|
Changed from non-abstract to abstract.
|
Returns an unmodifiable map containing the entries from the right map whose
keys are not present in the left map. |
boolean equals(Object )
|
Changed from non-abstract to abstract.
|
Compares the specified object with this instance for equality. |
int hashCode()
|
Changed from non-abstract to abstract.
|
Returns the hash code for this instance. |