|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MapUtils.MapElementMergeOperation | |
|---|---|
| org.omnaest.utils.structure.map | |
| Uses of MapUtils.MapElementMergeOperation in org.omnaest.utils.structure.map |
|---|
| Methods in org.omnaest.utils.structure.map with parameters of type MapUtils.MapElementMergeOperation | ||
|---|---|---|
static
|
MapUtils.mergeAll(Collection<Map<? extends K,? extends V>> mapCollection,
MapUtils.MapElementMergeOperation<K,V> mapElementMergeOperation)
Merges all given Map instances into a single LinkedHashMap using the given MapUtils.MapElementMergeOperation. |
|
static
|
MapUtils.mergeAll(MapUtils.MapElementMergeOperation<K,V> mapElementMergeOperation,
Map<? extends K,? extends V>... maps)
Merges all given Map instances into a single LinkedHashMap using the given MapUtils.MapElementMergeOperation. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||