| Package | Description |
|---|---|
| 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.event.base |
Contains the abstract base-implementation of the
event-handling API. |
| net.sf.mmm.util.event.impl |
Contains the implementation of the event API.
|
| net.sf.mmm.util.lang.base |
Contains the basic implementation of the Util Lang API.
|
| net.sf.mmm.util.lang.base.datatype.descriptor |
Contains the basic implementation of the Util Lang API for datatype description.
|
| 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. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConcurrentMapFactory
|
interface |
ConcurrentNavigableMapFactory
|
interface |
NavigableMapFactory
|
interface |
SortedMapFactory
|
| Modifier and Type | Method and Description |
|---|---|
<MAP extends Map> |
CollectionFactoryManager.getMapFactory(Class<MAP> mapType)
This method gets the
MapFactory for the given mapType. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConcurrentMapFactory
This is the abstract base implementation of the
ConcurrentMapFactory interface. |
class |
AbstractConcurrentNavigableMapFactory
This is the abstract base implementation of the
ConcurrentNavigableMapFactory interface. |
class |
AbstractMapFactory
This is the abstract base implementation of the
MapFactory interface. |
class |
AbstractNavigableMapFactory
This is the abstract base implementation of the
NavigableMapFactory interface. |
class |
AbstractSortedMapFactory
This is the abstract base implementation of the
SortedMapFactory interface. |
class |
ConcurrentHashMapFactory
This is an implementation of
ConcurrentMapFactory that creates instances of
ConcurrentHashMap. |
class |
ConcurrentSkipListMapFactory
This is an implementation of
ConcurrentNavigableMapFactory that creates
instances of ConcurrentSkipListMap. |
class |
HashMapFactory
This is an implementation of the
MapFactory interface that creates instances
of HashMap. |
class |
NavigableTreeMapFactory
This is an implementation of the
NavigableMapFactory interface that creates
instances of TreeMap. |
class |
TreeMapFactory
This is an implementation of the
SortedMapFactory interface that creates
instances of TreeMap. |
| Modifier and Type | Field and Description |
|---|---|
static MapFactory<Map> |
HashMapFactory.INSTANCE
The singleton instance.
|
| Constructor and Description |
|---|
AbstractClassHierarchyMap(MapFactory<Map> mapFactory)
The constructor.
|
AdvancedClassHierarchyMap(MapFactory<Map> mapFactory)
The constructor.
|
SimpleClassHierarchyMap(MapFactory<Map> mapFactory)
The constructor.
|
| Modifier and Type | Field and Description |
|---|---|
private Map<Class<? extends Map>,MapFactory> |
CollectionFactoryManagerImpl.mapFactoryMap |
| Modifier and Type | Method and Description |
|---|---|
<MAP extends Map> |
CollectionFactoryManagerImpl.getMapFactory(Class<MAP> mapType) |
protected MapFactory |
CollectionFactoryManagerImpl.registerMapFactory(MapFactory factory)
This method registers the given
factory using its map-interface. |
protected <MAP extends Map> |
CollectionFactoryManagerImpl.registerMapFactory(MapFactory<? extends MAP> factory,
Class<MAP> mapInterface)
This method registers the given
factory for the given mapInterface. |
| Modifier and Type | Method and Description |
|---|---|
protected MapFactory |
CollectionFactoryManagerImpl.registerMapFactory(MapFactory factory)
This method registers the given
factory using its map-interface. |
protected <MAP extends Map> |
CollectionFactoryManagerImpl.registerMapFactory(MapFactory<? extends MAP> factory,
Class<MAP> mapInterface)
This method registers the given
factory for the given mapInterface. |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Field and Description |
|---|---|
private MapFactory<? extends Map> |
AbstractMutableGenericContext.mapFactory |
| Modifier and Type | Method and Description |
|---|---|
protected MapFactory<? extends Map> |
AbstractMutableGenericContext.getMapFactory()
This method gets the
MapFactory. |
| Constructor and Description |
|---|
AbstractMutableGenericContext(MapFactory<? extends Map> mapFactory,
GenericContext parentContext)
The constructor for a
sub-context. |
| Modifier and Type | Method and Description |
|---|---|
MutableGenericContext |
GenericContextFactoryImpl.createContext(MapFactory<? extends Map> mapFactory) |
MutableGenericContext |
GenericContextFactoryImpl.createContext(MapFactory<? extends Map> mapFactory,
GenericValueConverter<Object> valueConverter) |
| Constructor and Description |
|---|
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. |
| Constructor and Description |
|---|
AbstractEventBus(QueueFactory queueFactory,
MapFactory<?> mapFactory)
The constructor.
|
| Constructor and Description |
|---|
EventBusImpl(QueueFactory queueFactory,
MapFactory<?> mapFactory)
The constructor.
|
| Constructor and Description |
|---|
AbstractEnumProvider(MapFactory<?> mapFactory)
The constructor.
|
| Constructor and Description |
|---|
DatatypeDescriptorManagerImpl(MapFactory<?> mapFactory)
The constructor.
|
| Constructor and Description |
|---|
NlsCachingLocalizer(String bundleName,
NlsMessageFactory messageFactory,
NlsTemplateResolver templateResolver,
MapFactory<? extends Map> mapFactory)
The constructor.
|
| Constructor and Description |
|---|
AbstractPojoDescriptorBuilder(MapFactory mapFactory)
The constructor.
|
| Constructor and Description |
|---|
PojoDescriptorBuilderImpl(MapFactory mapFactory)
The constructor.
|
| Constructor and Description |
|---|
MappedClassResolver(MapFactory<? extends Map> mapFactory)
The constructor.
|
| Constructor and Description |
|---|
TargetClass2ConverterMap(MapFactory<Map> mapFactory)
The constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.