java.lang.Object
org.apache.commons.collections.map.MultiValueMap.ReflectionFactory
- All Implemented Interfaces:
Factory
- Enclosing class:
MultiValueMap
private static class MultiValueMap.ReflectionFactory
extends Object
implements Factory
Inner class that provides a simple reflection factory.
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
clazz
private final Class clazz
-
Constructor Details
-
ReflectionFactory
public ReflectionFactory(Class clazz)
-
Method Details
-
create
Description copied from interface: Factory
Create a new object.
- Specified by:
create
in interface Factory
- Returns:
- a new object