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.