Class MultiValueMap.ReflectionFactory<T extends Collection<?>>
java.lang.Object
org.apache.commons.collections4.map.MultiValueMap.ReflectionFactory<T>
- All Implemented Interfaces:
Serializable
,Factory<T>
- Enclosing class:
MultiValueMap<K,
V>
private static class MultiValueMap.ReflectionFactory<T extends Collection<?>>
extends Object
implements Factory<T>, Serializable
Inner class that provides a simple reflection factory.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long
Serialization version -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerialization version- See Also:
-
clazz
-
-
Constructor Details
-
ReflectionFactory
-
-
Method Details
-
create
Description copied from interface:Factory
Create a new object.- Specified by:
create
in interfaceFactory<T extends Collection<?>>
- Returns:
- a new object
-
readObject
- Throws:
IOException
ClassNotFoundException
-