Uses of Class
org.apache.commons.collections4.multimap.AbstractMultiValuedMap
-
Packages that use AbstractMultiValuedMap Package Description org.apache.commons.collections4.multimap This package contains implementations of theMultiValuedMap
interfaces. -
-
Uses of AbstractMultiValuedMap in org.apache.commons.collections4.multimap
Subclasses of AbstractMultiValuedMap in org.apache.commons.collections4.multimap Modifier and Type Class Description class
AbstractListValuedMap<K,V>
Abstract implementation of theListValuedMap
interface to simplify the creation of subclass implementations.class
AbstractSetValuedMap<K,V>
Abstract implementation of theSetValuedMap
interface to simplify the creation of subclass implementations.class
ArrayListValuedHashMap<K,V>
class
HashSetValuedHashMap<K,V>
-