Uses of Interface
com.google.common.collect.MapDifference.ValueDifference
Packages that use MapDifference.ValueDifference
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of MapDifference.ValueDifference in com.google.common.collect
Classes in com.google.common.collect that implement MapDifference.ValueDifferenceFields in com.google.common.collect with type parameters of type MapDifference.ValueDifferenceModifier and TypeFieldDescription(package private) final Map
<K, MapDifference.ValueDifference<V>> Maps.MapDifferenceImpl.differences
Methods in com.google.common.collect that return MapDifference.ValueDifferenceModifier and TypeMethodDescription(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.ValueDifferenceModifier and TypeMethodDescriptionMapDifference.entriesDiffering()
Returns an unmodifiable map describing keys that appear in both maps, but with different values.Maps.MapDifferenceImpl.entriesDiffering()
Maps.SortedMapDifferenceImpl.entriesDiffering()
SortedMapDifference.entriesDiffering()