|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Beta @GwtCompatible public interface SortedMapDifference<K,V>
An object representing the differences between two sorted maps.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.google.common.collect.MapDifference |
---|
MapDifference.ValueDifference<V> |
Method Summary | |
---|---|
SortedMap<K,MapDifference.ValueDifference<V>> |
entriesDiffering()
Returns an unmodifiable map describing keys that appear in both maps, but with different values. |
SortedMap<K,V> |
entriesInCommon()
Returns an unmodifiable map containing the entries that appear in both maps; that is, the intersection of the two maps. |
SortedMap<K,V> |
entriesOnlyOnLeft()
Returns an unmodifiable map containing the entries from the left map whose keys are not present in the right map. |
SortedMap<K,V> |
entriesOnlyOnRight()
Returns an unmodifiable map containing the entries from the right map whose keys are not present in the left map. |
Methods inherited from interface com.google.common.collect.MapDifference |
---|
areEqual, equals, hashCode |
Method Detail |
---|
SortedMap<K,V> entriesOnlyOnLeft()
MapDifference
entriesOnlyOnLeft
in interface MapDifference<K,V>
SortedMap<K,V> entriesOnlyOnRight()
MapDifference
entriesOnlyOnRight
in interface MapDifference<K,V>
SortedMap<K,V> entriesInCommon()
MapDifference
entriesInCommon
in interface MapDifference<K,V>
SortedMap<K,MapDifference.ValueDifference<V>> entriesDiffering()
MapDifference
entriesDiffering
in interface MapDifference<K,V>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |