Uses of Interface
com.google.common.collect.MapDifference
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of MapDifference in com.google.common.collect
Modifier and TypeInterfaceDescriptioninterface
SortedMapDifference<K extends @Nullable Object,
V extends @Nullable Object> An object representing the differences between two sorted maps.Modifier and TypeMethodDescriptionstatic <K extends @Nullable Object,
V extends @Nullable Object>
MapDifference<K, V> Maps.difference
(Map<? extends K, ? extends V> left, Map<? extends K, ? extends V> right) Computes the difference between two maps.static <K extends @Nullable Object,
V extends @Nullable Object>
MapDifference<K, V> Maps.difference
(Map<? extends K, ? extends V> left, Map<? extends K, ? extends V> right, Equivalence<? super @NonNull V> valueEquivalence) Computes the difference between two maps.