Uses of Interface
com.google.common.collect.SortedMapDifference
Packages that use SortedMapDifference
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of SortedMapDifference in com.google.common.collect
Classes in com.google.common.collect that implement SortedMapDifferenceModifier and TypeClassDescription(package private) static class
Methods in com.google.common.collect that return SortedMapDifferenceModifier and TypeMethodDescriptionstatic <K,
V> 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.