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 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 SetValuedMapModifier and TypeClassDescriptionclassAbstractSetValuedMap<K,V> Abstract implementation of theSetValuedMapinterface to simplify the creation of subclass implementations.classHashSetValuedHashMap<K,V>