org.omnaest.utils.structure.map
Interface MapUtils.MapElementMergeOperation<K,V>

Type Parameters:
K -
V -
Enclosing class:
MapUtils

public static interface MapUtils.MapElementMergeOperation<K,V>

A MapUtils.MapElementMergeOperation defines a merge(Object, Object, Map) operation to merge Map elements into a merged Map instance.

Author:
Omnaest

Method Summary
 void merge(K key, V value, Map<K,V> mergedMap)
          Merge operation, which should implement the logic which merges the given key and value pair into the given mergedMap.
 

Method Detail

merge

void merge(K key,
           V value,
           Map<K,V> mergedMap)
Merge operation, which should implement the logic which merges the given key and value pair into the given mergedMap.

Parameters:
key -
value -
mergedMap -


Copyright © 2013. All Rights Reserved.