@GwtCompatible public interface SortedMapDifference<K,V> extends MapDifference<K ,V>
MapDifference.ValueDifference <V> | Modifier and Type | Method and Description |
|---|---|
SortedMap |
entriesDiffering()
Returns an unmodifiable map describing keys that appear in both maps, but with different values.
|
SortedMap |
entriesInCommon()
Returns an unmodifiable map containing the entries that appear in both maps; that is, the intersection of the two maps.
|
SortedMap |
entriesOnlyOnLeft()
Returns an unmodifiable map containing the entries from the left map whose keys are not present in the right map.
|
SortedMap |
entriesOnlyOnRight()
Returns an unmodifiable map containing the entries from the right map whose keys are not present in the left map.
|
areEqual, equals, hashCodeSortedMap<K ,V> entriesOnlyOnLeft()
MapDifference
SortedMap<K ,V> entriesOnlyOnRight()
MapDifference
SortedMap<K ,V> entriesInCommon()
MapDifference
SortedMap<K ,MapDifference .ValueDifference <V>> entriesDiffering()
MapDifference