Class MultiValueMap.ReflectionFactory<T extends Collection<?>>

java.lang.Object
org.apache.commons.collections4.map.MultiValueMap.ReflectionFactory<T>
Type Parameters:
T - the type of results supplied by this supplier.
All Implemented Interfaces:
Serializable, Supplier<T>, Factory<T>
Enclosing class:
MultiValueMap<K,V>

private static final class MultiValueMap.ReflectionFactory<T extends Collection<?>> extends Object implements Factory<T>, Serializable
Inner class that provides a simple reflection factory.
  • Field Details

  • Constructor Details

    • ReflectionFactory

      ReflectionFactory(Class<T> clazz)
  • Method Details