Uses of Class
org.omnaest.utils.structure.map.MapAbstract

Packages that use MapAbstract
org.omnaest.utils.beans.adapter   
org.omnaest.utils.structure.map   
org.omnaest.utils.structure.map.adapter   
 

Uses of MapAbstract in org.omnaest.utils.beans.adapter
 

Subclasses of MapAbstract in org.omnaest.utils.beans.adapter
 class TypeToPropertynameMapAdapter<B>
          Adapter to create a Map view on an underlying Java Bean object.
 

Uses of MapAbstract in org.omnaest.utils.structure.map
 

Subclasses of MapAbstract in org.omnaest.utils.structure.map
 class IdentityLinkedHashMap<K,V>
          Similar to an LinkedHashMap but using the identity comparison "object == element" for resolution of keys and values.
 class MapComposite<K,V>
          Map implementation which is based on a given List of further Map instances.
 

Uses of MapAbstract in org.omnaest.utils.structure.map.adapter
 

Subclasses of MapAbstract in org.omnaest.utils.structure.map.adapter
 class MapToMapAdapter<KEY_FROM,VALUE_FROM,KEY_TO,VALUE_TO>
          The MapToMapAdapter is a decorator and adapter which allows to access a given Map using other types for the key as well as for the value.
 class MapToMapAdapterForKey<KEY_FROM,KEY_TO,VALUE>
          Special implementation of a MapToMapAdapter which only converts the keys of a Map
 class MapToMapAdapterForValue<KEY,VALUE_FROM,VALUE_TO>
          Special implementation of a MapToMapAdapter which only converts the values of a Map
 



Copyright © 2013. All Rights Reserved.