public class MapUtils
extends java.lang.Object
| Constructor and Description |
|---|
MapUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> void |
deepMerge(java.util.Map<K,V> m1,
java.util.Map<? extends K,? extends V> m2)
Perform a deep merge of two maps.
|
public static <K,V> void deepMerge(java.util.Map<K,V> m1,
java.util.Map<? extends K,? extends V> m2)
K - the type of the keys of the maps to mergeV - the type of the values of the maps to mergem1 - the map to merge intom2 - the map to merge