Uses of Interface
org.apache.commons.collections4.SetValuedMap
-
Packages that use SetValuedMap Package Description org.apache.commons.collections4 This package contains the interfaces and utilities shared across all the subpackages of this component.org.apache.commons.collections4.multimap This package contains implementations of theMultiValuedMapinterfaces. -
-
Uses of SetValuedMap in org.apache.commons.collections4
Methods in org.apache.commons.collections4 that return SetValuedMap Modifier and Type Method Description static <K,V>
SetValuedMap<K,V>MultiMapUtils. newSetValuedHashMap()Creates aSetValuedMapwith anHashSetas collection class to store the values mapped to a key. -
Uses of SetValuedMap in org.apache.commons.collections4.multimap
Classes in org.apache.commons.collections4.multimap that implement SetValuedMap Modifier and Type Class Description classAbstractSetValuedMap<K,V>Abstract implementation of theSetValuedMapinterface to simplify the creation of subclass implementations.classHashSetValuedHashMap<K,V>Implements aSetValuedMap, using aHashMapto provide data storage andHashSets as value collections.
-