Uses of Interface
org.apache.commons.collections4.SetValuedMap
Package
Description
Interfaces and utilities shared across all packages.
Implements the
MultiValuedMap
interfaces.-
Uses of SetValuedMap in org.apache.commons.collections4
Modifier 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
Modifier and TypeClassDescriptionclass
AbstractSetValuedMap<K,
V> Abstract implementation of theSetValuedMap
interface to simplify the creation of subclass implementations.class
HashSetValuedHashMap<K,
V> class
Implements aSetValuedMap
, using aLinkedHashMap
to provide data storage andLinkedHashSet
s as value collections.