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