Uses of Interface
com.google.common.collect.SortedMapDifference
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of SortedMapDifference in com.google.common.collect
Modifier and TypeMethodDescriptionstatic <K extends @Nullable Object,
V extends @Nullable Object>
SortedMapDifference<K, V> Maps.difference
(SortedMap<K, ? extends V> left, Map<? extends K, ? extends V> right) Computes the difference between two sorted maps, using the comparator of the left map, orOrdering.natural()
if the left map uses the natural ordering of its elements.