Uses of Interface
org.omnaest.utils.structure.map.MapUtils.MapElementMergeOperation

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
<K,V> Map<K,V>
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
<K,V> Map<K,V>
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.
 



Copyright © 2013. All Rights Reserved.