public final class MapDiffUtils extends Object
Constructor and Description |
---|
MapDiffUtils() |
Modifier and Type | Method and Description |
---|---|
static <K,V> boolean |
areMapsEqual(Map<K,V> prev,
Map<K,V> next)
Return whether the two maps have the same keys and values.
|