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