|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
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
|
MapUtils.initializedMap(FactoryParameterized<V,K> valueFactory)
Similar to MapUtils.initializedMap(Map, FactoryParameterized) using a new LinkedHashMap instance |
|
static
|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||