|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SortedMapDifference | |
---|---|
com.google.common.collect | This package contains generic collection interfaces and implementations, and other utilities for working with collections. |
Uses of SortedMapDifference in com.google.common.collect |
---|
Methods in com.google.common.collect that return SortedMapDifference | ||
---|---|---|
static
|
SortedMaps.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, or Ordering.natural() if the left map uses the
natural ordering of its elements. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |