Class MultiValueMap.ReflectionFactory
- java.lang.Object
-
- org.apache.commons.collections.map.MultiValueMap.ReflectionFactory
-
- All Implemented Interfaces:
Factory
- Enclosing class:
- MultiValueMap
private static class MultiValueMap.ReflectionFactory extends java.lang.Object implements Factory
Inner class that provides a simple reflection factory.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Class
clazz
-
Constructor Summary
Constructors Constructor Description ReflectionFactory(java.lang.Class clazz)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
create()
Create a new object.
-