org.omnaest.utils.structure.map.adapter
Class MapToMapAdapterForKey<KEY_FROM,KEY_TO,VALUE>

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_FROM,VALUE,KEY_TO,VALUE>
          extended by org.omnaest.utils.structure.map.adapter.MapToMapAdapterForKey<KEY_FROM,KEY_TO,VALUE>
All Implemented Interfaces:
Serializable, Map<KEY_TO,VALUE>

public class MapToMapAdapterForKey<KEY_FROM,KEY_TO,VALUE>
extends MapToMapAdapter<KEY_FROM,VALUE,KEY_TO,VALUE>

Special implementation of a MapToMapAdapter which only converts the keys 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
MapToMapAdapterForKey(Map<KEY_FROM,VALUE> sourceMap, ElementConverter<KEY_FROM,KEY_TO> elementConverterKeySourceToAdapter, ElementConverter<KEY_TO,KEY_FROM> elementConverterKeyAdapterToSource)
           
 
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

MapToMapAdapterForKey

public MapToMapAdapterForKey(Map<KEY_FROM,VALUE> sourceMap,
                             ElementConverter<KEY_FROM,KEY_TO> elementConverterKeySourceToAdapter,
                             ElementConverter<KEY_TO,KEY_FROM> elementConverterKeyAdapterToSource)


Copyright © 2013. All Rights Reserved.