Uses of Class
org.apache.commons.collections4.multimap.AbstractSetValuedMap
-
Packages that use AbstractSetValuedMap Package Description org.apache.commons.collections4.multimap This package contains implementations of theMultiValuedMapinterfaces. -
-
Uses of AbstractSetValuedMap in org.apache.commons.collections4.multimap
Subclasses of AbstractSetValuedMap in org.apache.commons.collections4.multimap Modifier and Type Class Description classHashSetValuedHashMap<K,V>Implements aSetValuedMap, using aHashMapto provide data storage andHashSets as value collections.
-