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 theMultiValuedMapinterfaces. -
-
Uses of AbstractMultiValuedMap in org.apache.commons.collections4.multimap
Subclasses of AbstractMultiValuedMap in org.apache.commons.collections4.multimap Modifier and Type Class Description classAbstractListValuedMap<K,V>Abstract implementation of theListValuedMapinterface to simplify the creation of subclass implementations.classAbstractSetValuedMap<K,V>Abstract implementation of theSetValuedMapinterface to simplify the creation of subclass implementations.classArrayListValuedHashMap<K,V>Implements aListValuedMap, using aHashMapto provide data storage andArrayLists as value collections.classHashSetValuedHashMap<K,V>Implements aSetValuedMap, using aHashMapto provide data storage andHashSets as value collections.
-