Class AbstractMultiValuedMap.AsMap

java.lang.Object
java.util.AbstractMap<K,Collection<V>>
org.apache.commons.collections4.multimap.AbstractMultiValuedMap.AsMap
All Implemented Interfaces:
Map<K,Collection<V>>
Enclosing class:
AbstractMultiValuedMap<K,V>

private class AbstractMultiValuedMap.AsMap extends AbstractMap<K,Collection<V>>
Inner class that provides the AsMap view.