Uses of Package
org.omnaest.utils.structure.map

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

Classes in org.omnaest.utils.structure.map used by org.omnaest.utils.beans.adapter
MapAbstract
          This abstract Map implementation does implement all methods which rely only on other methods within the Map interface.
 

Classes in org.omnaest.utils.structure.map used by org.omnaest.utils.structure.map
AggregatedMap
          The AggregatedMap allows to combine a List of Maps into a single one.
MapAbstract
          This abstract Map implementation does implement all methods which rely only on other methods within the Map interface.
MapBuilder
          Builder for Map instances filled with keys and values.
MapBuilder.ClosedMapComposer
          A MapBuilder.ClosedMapComposer allows to create specific Map instances containing the key value pairs defined with the MapBuilder.MapComposer
MapBuilder.MapComposer
          A MapBuilder.MapComposer allows to compose a Map by adding key value pairs.
MapBuilder.MapFactory
          Factory for a Map instance
MapBuilderOld.MapBuilderWithMap
          Deprecated. A MapBuilderOld which has a declared Map type and now allows to modify and build a Map
MapBuilderOld.MapFactory
          Deprecated. Factory for a Map instance
MapDelta
          A MapDelta will calculate the SetDelta of the Map.keySet() and the delta between the values of the retained keyset.
MapDelta.Values
          Holds the value of the first and second map
MapJoiner
          A MapJoiner allows to join two or multiple Map instances by their keys.
MapJoiner.From
           
MapJoiner.JoinedValue
          Similar to MapJoiner.JoinedValue special for a Map join result containing both values for a shared key
MapJoiner.JoinResult
           
MapJoiner.Predicate
           
MapUtils.MapElementMergeOperation
          A MapUtils.MapElementMergeOperation defines a MapUtils.MapElementMergeOperation.merge(Object, Object, Map) operation to merge Map elements into a merged Map instance.
MapUtils.MapEntryToElementConverter
          Converted to transform a given Map.Entry of a Map to a single List element
ThreadLocalMap
          A ThreadLocalMap is a Map stored independently for each Thread by using ThreadLocal.
UnderlyingMapAware
          This interface makes a derivative type aware of an underlying Map implementation.
 

Classes in org.omnaest.utils.structure.map used by org.omnaest.utils.structure.map.adapter
MapAbstract
          This abstract Map implementation does implement all methods which rely only on other methods within the Map interface.
 



Copyright © 2013. All Rights Reserved.