|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapDifference | |
---|---|
com.google.common.collect | This package contains generic collection interfaces and implementations, and other utilities for working with collections. |
Uses of MapDifference in com.google.common.collect |
---|
Subinterfaces of MapDifference in com.google.common.collect | |
---|---|
interface |
SortedMapDifference<K,V>
An object representing the differences between two sorted maps. |
Methods in com.google.common.collect that return MapDifference | ||
---|---|---|
static
|
Maps.difference(Map<? extends K,? extends V> left,
Map<? extends K,? extends V> right)
Computes the difference between two maps. |
|
static
|
Maps.difference(Map<? extends K,? extends V> left,
Map<? extends K,? extends V> right,
Equivalence<? super V> valueEquivalence)
Computes the difference between two maps. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |