Uses of Interface
com.google.common.collect.MapDifference.ValueDifference
-
Packages that use MapDifference.ValueDifference Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of MapDifference.ValueDifference in com.google.common.collect
Classes in com.google.common.collect that implement MapDifference.ValueDifference Modifier and Type Class Description (package private) static classMaps.ValueDifferenceImpl<V>Fields in com.google.common.collect with type parameters of type MapDifference.ValueDifference Modifier and Type Field Description (package private) java.util.Map<K,MapDifference.ValueDifference<V>>Maps.MapDifferenceImpl. differencesMethods in com.google.common.collect that return MapDifference.ValueDifference Modifier and Type Method Description (package private) static <V> MapDifference.ValueDifference<V>Maps.ValueDifferenceImpl. create(V left, V right)Methods in com.google.common.collect that return types with arguments of type MapDifference.ValueDifference Modifier and Type Method Description java.util.Map<K,MapDifference.ValueDifference<V>>MapDifference. entriesDiffering()Returns an unmodifiable map describing keys that appear in both maps, but with different values.java.util.Map<K,MapDifference.ValueDifference<V>>Maps.MapDifferenceImpl. entriesDiffering()java.util.SortedMap<K,MapDifference.ValueDifference<V>>Maps.SortedMapDifferenceImpl. entriesDiffering()java.util.SortedMap<K,MapDifference.ValueDifference<V>>SortedMapDifference. entriesDiffering()
-