Uses of Interface
net.sf.mmm.util.collection.api.MapFactory

Packages that use MapFactory
net.sf.mmm.util.collection.api Provides the API for utilities that help to dealing with Collections
net.sf.mmm.util.collection.base Contains public implementations of the Collection-Util API
net.sf.mmm.util.collection.impl Contains implementations of the Collection-Util API
net.sf.mmm.util.context.api Provides the API for a generic context. 
net.sf.mmm.util.context.base Provides the base-implementation of the Context-API
net.sf.mmm.util.context.impl Provides the implementation of the Context-API
net.sf.mmm.util.nls.base Contains the basis for implementations of the native language support (NLS) API. 
net.sf.mmm.util.pojo.descriptor.base Contains the basic implementation of the Introspection-API
net.sf.mmm.util.pojo.descriptor.impl Contains the implementation of the Introspection-API
net.sf.mmm.util.reflect.base Contains the base-implementations of the Reflection-Util API
net.sf.mmm.util.value.impl Contains the implementation of the Value-Util API
 

Uses of MapFactory in net.sf.mmm.util.collection.api
 

Subinterfaces of MapFactory in net.sf.mmm.util.collection.api
 interface ConcurrentMapFactory
          This is the interface for a MapFactory that creates instances of ConcurrentMap.
 interface SortedMapFactory
          This is the interface for a MapFactory that creates instances of SortedMap.
 

Methods in net.sf.mmm.util.collection.api that return MapFactory
<MAP extends Map>
MapFactory
CollectionFactoryManager.getMapFactory(Class<MAP> mapType)
          This method gets the MapFactory for the given mapType.
 

Uses of MapFactory in net.sf.mmm.util.collection.base
 

Classes in net.sf.mmm.util.collection.base that implement MapFactory
 class AbstractConcurrentMapFactory
          This is the abstract base implementation of the ConcurrentMapFactory interface.
 class AbstractMapFactory
          This is the abstract base implementation of the MapFactory interface.
 class AbstractSortedMapFactory
          This is the abstract base implementation of the SortedMapFactory interface.
 class ConcurrentHashMapFactory
          This is an implementation of the ConcurrentMapFactory interface that creates instances of ConcurrentHashMap.
 class HashMapFactory
          This is an implementation of the MapFactory interface that creates instances of HashMap.
 class TreeMapFactory
          This is an implementation of the SortedMapFactory interface that creates instances of TreeMap.
 

Fields in net.sf.mmm.util.collection.base declared as MapFactory
static MapFactory<Map> HashMapFactory.INSTANCE
          The singleton instance.
 

Constructors in net.sf.mmm.util.collection.base with parameters of type MapFactory
AbstractClassHierarchieMap(MapFactory<Map> mapFactory)
          The constructor.
AdvancedClassHierarchieMap(MapFactory<Map> mapFactory)
          The constructor.
SimpleClassHierarchieMap(MapFactory<Map> mapFactory)
          The constructor.
 

Uses of MapFactory in net.sf.mmm.util.collection.impl
 

Fields in net.sf.mmm.util.collection.impl with type parameters of type MapFactory
private  Map<Class<? extends Map>,MapFactory> CollectionFactoryManagerImpl.mapFactoryMap
           
 

Methods in net.sf.mmm.util.collection.impl that return MapFactory
<MAP extends Map>
MapFactory
CollectionFactoryManagerImpl.getMapFactory(Class<MAP> mapType)
          This method gets the MapFactory for the given mapType.
protected  MapFactory CollectionFactoryManagerImpl.registerMapFactory(MapFactory factory)
          This method registers the given factory using its map-interface.
protected
<MAP extends Map>
MapFactory
CollectionFactoryManagerImpl.registerMapFactory(MapFactory<? extends MAP> factory, Class<MAP> mapInterface)
          This method registers the given factory for the given mapInterface.
 

Methods in net.sf.mmm.util.collection.impl with parameters of type MapFactory
protected  MapFactory CollectionFactoryManagerImpl.registerMapFactory(MapFactory factory)
          This method registers the given factory using its map-interface.
protected
<MAP extends Map>
MapFactory
CollectionFactoryManagerImpl.registerMapFactory(MapFactory<? extends MAP> factory, Class<MAP> mapInterface)
          This method registers the given factory for the given mapInterface.
 

Uses of MapFactory in net.sf.mmm.util.context.api
 

Methods in net.sf.mmm.util.context.api with parameters of type MapFactory
 MutableGenericContext GenericContextFactory.createContext(MapFactory<? extends Map> mapFactory)
          This method creates a new instance of a MutableGenericContext using the given MapFactory.
 MutableGenericContext GenericContextFactory.createContext(MapFactory<? extends Map> mapFactory, GenericValueConverter<Object> valueConverter)
          This method creates a new instance of a MutableGenericContext using the given MapFactory.
 

Uses of MapFactory in net.sf.mmm.util.context.base
 

Fields in net.sf.mmm.util.context.base declared as MapFactory
private  MapFactory<? extends Map> AbstractMutableGenericContext.mapFactory
           
 

Methods in net.sf.mmm.util.context.base that return MapFactory
protected  MapFactory<? extends Map> AbstractMutableGenericContext.getMapFactory()
          This method gets the MapFactory.
 

Constructors in net.sf.mmm.util.context.base with parameters of type MapFactory
AbstractMutableGenericContext(MapFactory<? extends Map> mapFactory, GenericContext parentContext)
          The constructor for a sub-context.
 

Uses of MapFactory in net.sf.mmm.util.context.impl
 

Methods in net.sf.mmm.util.context.impl with parameters of type MapFactory
 MutableGenericContext GenericContextFactoryImpl.createContext(MapFactory<? extends Map> mapFactory)
          This method creates a new instance of a MutableGenericContext using the given MapFactory.
 MutableGenericContext GenericContextFactoryImpl.createContext(MapFactory<? extends Map> mapFactory, GenericValueConverter<Object> valueConverter)
          This method creates a new instance of a MutableGenericContext using the given MapFactory.
 

Constructors in net.sf.mmm.util.context.impl with parameters of type MapFactory
MutableGenericContextImpl(MapFactory<? extends Map> mapFactory)
          The constructor for a root-context.
MutableGenericContextImpl(MapFactory<? extends Map> mapFactory, GenericContext parentContext)
          The constructor for a sub-context.
MutableGenericContextImpl(MapFactory<? extends Map> mapFactory, GenericContext parentContext, GenericValueConverter<Object> valueConverter)
          The constructor for a sub-context.
MutableGenericContextImpl(MapFactory<? extends Map> mapFactory, GenericValueConverter<Object> valueConverter)
          The constructor for a sub-context.
 

Uses of MapFactory in net.sf.mmm.util.nls.base
 

Constructors in net.sf.mmm.util.nls.base with parameters of type MapFactory
NlsCachingLocalizer(String bundleName, NlsMessageFactory messageFactory, NlsTemplateResolver templateResolver, MapFactory<? extends Map> mapFactory)
          The constructor.
 

Uses of MapFactory in net.sf.mmm.util.pojo.descriptor.base
 

Constructors in net.sf.mmm.util.pojo.descriptor.base with parameters of type MapFactory
AbstractPojoDescriptorBuilder(MapFactory mapFactory)
          The constructor.
 

Uses of MapFactory in net.sf.mmm.util.pojo.descriptor.impl
 

Constructors in net.sf.mmm.util.pojo.descriptor.impl with parameters of type MapFactory
PojoDescriptorBuilderImpl(MapFactory mapFactory)
          The constructor.
 

Uses of MapFactory in net.sf.mmm.util.reflect.base
 

Constructors in net.sf.mmm.util.reflect.base with parameters of type MapFactory
MappedClassResolver(MapFactory<? extends Map> mapFactory)
          The constructor.
 

Uses of MapFactory in net.sf.mmm.util.value.impl
 

Constructors in net.sf.mmm.util.value.impl with parameters of type MapFactory
ComposedValueConverterImpl.TargetClass2ConverterMap(MapFactory<Map> mapFactory)
          The constructor.
 



Copyright © 2001-2010 mmm-Team. All Rights Reserved.