Uses of Interface
com.google.common.collect.SortedMapDifference
-
Packages that use SortedMapDifference Package Description com.google.common.collect Collection interfaces and implementations, and other utilities for collections. -
-
Uses of SortedMapDifference in com.google.common.collect
Methods in com.google.common.collect that return SortedMapDifference Modifier and Type Method Description static <K extends @Nullable java.lang.Object,V extends @Nullable java.lang.Object>
SortedMapDifference<K,V>Maps. difference(java.util.SortedMap<K,? extends V> left, java.util.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.
-