|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CollectionFactoryManager | |
|---|---|
| net.sf.mmm.util.cli.base | Contains the base-implementation of utilities that help to build command-line-interfaces (CLI). |
| net.sf.mmm.util.collection.impl | Contains implementations of the
Collection-Util API. |
| net.sf.mmm.util.pojo.base | Provides the base-implementation of the
Pojo API. |
| net.sf.mmm.util.reflect.api | Provides the API for utilities that help to deal with reflection. |
| net.sf.mmm.util.reflect.base | Contains the base-implementations of the
Reflection-Util API. |
| Uses of CollectionFactoryManager in net.sf.mmm.util.cli.base |
|---|
| Fields in net.sf.mmm.util.cli.base declared as CollectionFactoryManager | |
|---|---|
private CollectionFactoryManager |
AbstractCliParserBuilder.collectionFactoryManager
|
| Methods in net.sf.mmm.util.cli.base that return CollectionFactoryManager | |
|---|---|
CollectionFactoryManager |
AbstractCliParserBuilder.getCollectionFactoryManager()
|
CollectionFactoryManager |
CliParserDependencies.getCollectionFactoryManager()
|
| Methods in net.sf.mmm.util.cli.base with parameters of type CollectionFactoryManager | |
|---|---|
void |
AbstractCliParserBuilder.setCollectionFactoryManager(CollectionFactoryManager collectionFactoryManager)
|
| Uses of CollectionFactoryManager in net.sf.mmm.util.collection.impl |
|---|
| Classes in net.sf.mmm.util.collection.impl that implement CollectionFactoryManager | |
|---|---|
class |
CollectionFactoryManagerImpl
This is the default implementation of the CollectionFactoryManager
interface. |
| Fields in net.sf.mmm.util.collection.impl declared as CollectionFactoryManager | |
|---|---|
private static CollectionFactoryManager |
CollectionFactoryManagerImpl.instance
|
| Methods in net.sf.mmm.util.collection.impl that return CollectionFactoryManager | |
|---|---|
static CollectionFactoryManager |
CollectionFactoryManagerImpl.getInstance()
This method gets the singleton instance of this CollectionFactoryManager implementation. |
| Uses of CollectionFactoryManager in net.sf.mmm.util.pojo.base |
|---|
| Fields in net.sf.mmm.util.pojo.base declared as CollectionFactoryManager | |
|---|---|
private CollectionFactoryManager |
DefaultPojoFactory.collectionFactoryManager
|
| Methods in net.sf.mmm.util.pojo.base that return CollectionFactoryManager | |
|---|---|
protected CollectionFactoryManager |
DefaultPojoFactory.getCollectionFactoryManager()
This method gets the CollectionFactoryManager instance used to
create Maps and Collections. |
| Methods in net.sf.mmm.util.pojo.base with parameters of type CollectionFactoryManager | |
|---|---|
void |
DefaultPojoFactory.setCollectionFactoryManager(CollectionFactoryManager collectionFactoryManager)
|
| Constructors in net.sf.mmm.util.pojo.base with parameters of type CollectionFactoryManager | |
|---|---|
DefaultPojoFactory(CollectionFactoryManager collectionFactoryManager)
The constructor. |
|
GuessingPojoFactory(CollectionFactoryManager collectionFactoryManager)
The constructor. |
|
| Uses of CollectionFactoryManager in net.sf.mmm.util.reflect.api |
|---|
| Methods in net.sf.mmm.util.reflect.api that return CollectionFactoryManager | |
|---|---|
CollectionFactoryManager |
CollectionReflectionUtil.getCollectionFactoryManager()
This method gets the CollectionFactoryManager instance used by this
util. |
| Uses of CollectionFactoryManager in net.sf.mmm.util.reflect.base |
|---|
| Fields in net.sf.mmm.util.reflect.base declared as CollectionFactoryManager | |
|---|---|
private CollectionFactoryManager |
CollectionReflectionUtilImpl.collectionFactoryManager
|
| Methods in net.sf.mmm.util.reflect.base that return CollectionFactoryManager | |
|---|---|
CollectionFactoryManager |
CollectionReflectionUtilImpl.getCollectionFactoryManager()
This method gets the CollectionFactoryManager instance used by this
util. |
| Methods in net.sf.mmm.util.reflect.base with parameters of type CollectionFactoryManager | |
|---|---|
void |
CollectionReflectionUtilImpl.setCollectionFactoryManager(CollectionFactoryManager collectionFactoryManager)
This method sets the CollectionFactoryManager instance to use. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||