org.omnaest.utils.structure.map.adapter
Class MapToMapAdapterForValue<KEY,VALUE_FROM,VALUE_TO>

java.lang.Object
  extended by org.omnaest.utils.structure.map.MapAbstract<KEY_TO,VALUE_TO>
      extended by org.omnaest.utils.structure.map.adapter.MapToMapAdapter<KEY,VALUE_FROM,KEY,VALUE_TO>
          extended by org.omnaest.utils.structure.map.adapter.MapToMapAdapterForValue<KEY,VALUE_FROM,VALUE_TO>
All Implemented Interfaces:
Serializable, Map<KEY,VALUE_TO>

public class MapToMapAdapterForValue<KEY,VALUE_FROM,VALUE_TO>
extends MapToMapAdapter<KEY,VALUE_FROM,KEY,VALUE_TO>

Special implementation of a MapToMapAdapter which only converts the values of a Map

Author:
Omnaest
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
MapToMapAdapterForValue(Map<KEY,VALUE_FROM> sourceMap, ElementConverter<VALUE_FROM,VALUE_TO> elementConverterValueSourceToAdapter, ElementConverter<VALUE_TO,VALUE_FROM> elementConverterValueAdapterToSource)
           
 
Method Summary
 
Methods inherited from class org.omnaest.utils.structure.map.adapter.MapToMapAdapter
convertKeyFromToKeyTo, convertKeyToToKeyFrom, convertValueFromToValueTo, convertValueToToValueFrom, get, keySet, put, remove, values
 
Methods inherited from class org.omnaest.utils.structure.map.MapAbstract
clear, containsKey, containsValue, entrySet, isEmpty, putAll, size, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

MapToMapAdapterForValue

public MapToMapAdapterForValue(Map<KEY,VALUE_FROM> sourceMap,
                               ElementConverter<VALUE_FROM,VALUE_TO> elementConverterValueSourceToAdapter,
                               ElementConverter<VALUE_TO,VALUE_FROM> elementConverterValueAdapterToSource)


Copyright © 2013. All Rights Reserved.