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 theMultiValuedMap
interfaces. -
-
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 aSetValuedMap
with anHashSet
as 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 class
AbstractSetValuedMap<K,V>
Abstract implementation of theSetValuedMap
interface to simplify the creation of subclass implementations.class
HashSetValuedHashMap<K,V>
-