Interface SortedMapDifference<K extends @Nullable Object,V extends @Nullable Object>

All Superinterfaces:
MapDifference<K,V>

@GwtCompatible public interface SortedMapDifference<K extends @Nullable Object,V extends @Nullable Object> extends MapDifference<K,V>
An object representing the differences between two sorted maps.
Since:
8.0
Author:
Louis Wasserman