Uses of Interface
org.apache.commons.collections4.SetValuedMap
Packages that use SetValuedMap
Package
Description
This package contains the interfaces and utilities shared across all the subpackages of this component.
This package contains implementations of the
MultiValuedMap
interfaces.-
Uses of SetValuedMap in org.apache.commons.collections4
Methods in org.apache.commons.collections4 that return SetValuedMapModifier and TypeMethodDescriptionstatic <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 SetValuedMapModifier and TypeClassDescriptionclass
AbstractSetValuedMap<K,
V> Abstract implementation of theSetValuedMap
interface to simplify the creation of subclass implementations.class
HashSetValuedHashMap<K,
V>