Uses of Interface
com.google.common.collect.MapDifference.ValueDifference
- 
Packages that use MapDifference.ValueDifference Package Description com.google.common.collect Collection interfaces and implementations, and other utilities for collections.
- 
- 
Uses of MapDifference.ValueDifference in com.google.common.collectMethods in com.google.common.collect that return types with arguments of type MapDifference.ValueDifference Modifier and Type Method Description Map<K,MapDifference.ValueDifference<V>>MapDifference. entriesDiffering()Returns an unmodifiable map describing keys that appear in both maps, but with different values.SortedMap<K,MapDifference.ValueDifference<V>>SortedMapDifference. entriesDiffering()
 
-