Uses of Interface
org.omnaest.utils.structure.element.factory.FactoryParameterized

Packages that use FactoryParameterized
org.omnaest.utils.beans.replicator   
org.omnaest.utils.structure.element.factory   
org.omnaest.utils.structure.map   
 

Uses of FactoryParameterized in org.omnaest.utils.beans.replicator
 

Subinterfaces of FactoryParameterized in org.omnaest.utils.beans.replicator
 interface InstanceFactory
          Factory for an instance
 

Uses of FactoryParameterized in org.omnaest.utils.structure.element.factory
 

Subinterfaces of FactoryParameterized in org.omnaest.utils.structure.element.factory
 interface FactoryParameterizedSerializable<R,P>
          FactoryParameterized which extends Serializable as well
 

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

Methods in org.omnaest.utils.structure.map with parameters of type FactoryParameterized
static
<K,V> Map<K,V>
MapUtils.defaultValueMap(Map<K,V> map, FactoryParameterized<V,K> valueFactory)
          Returns a Map which always returns a value prodcued by the given factory if the value would have be null
static
<K,V> Map<K,V>
MapUtils.initializedMap(FactoryParameterized<V,K> valueFactory)
          Similar to MapUtils.initializedMap(Map, FactoryParameterized) using a new LinkedHashMap instance
static
<K,V> Map<K,V>
MapUtils.initializedMap(Map<K,V> map, FactoryParameterized<V,K> valueFactory)
          Returns a MapDecorator which ensures that all Map.get(Object) invocations with a valid key type will return a value.
 



Copyright © 2013. All Rights Reserved.