Uses of Class
org.apache.commons.collections4.multimap.AbstractMultiValuedMap
Packages that use AbstractMultiValuedMap
-
Uses of AbstractMultiValuedMap in org.apache.commons.collections4.multimap
Subclasses of AbstractMultiValuedMap in org.apache.commons.collections4.multimapModifier and TypeClassDescriptionclass
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
class
Implements aListValuedMap
, using aLinkedHashMap
to provide data storage andArrayList
s as value collections.class
HashSetValuedHashMap<K,
V> class
Implements aSetValuedMap
, using aLinkedHashMap
to provide data storage andLinkedHashSet
s as value collections.