Package | Description |
---|---|
com.google.common.collect |
This package contains generic collection interfaces and implementations, and other utilities for
working with collections.
|
Modifier and Type | Method and Description |
---|---|
SortedMap<K,MapDifference.ValueDifference<V>> |
SortedMapDifference.entriesDiffering() |
Map<K,MapDifference.ValueDifference<V>> |
MapDifference.entriesDiffering()
Returns an unmodifiable map describing keys that appear in both maps, but with different
values.
|
Copyright © 2010–2019. All rights reserved.