Uses of Interface
org.apache.commons.collections4.ListValuedMap
Packages that use ListValuedMap
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 ListValuedMap in org.apache.commons.collections4
Methods in org.apache.commons.collections4 that return ListValuedMapModifier and TypeMethodDescriptionstatic <K,
V> ListValuedMap<K, V> MultiMapUtils.newListValuedHashMap()
Creates aListValuedMap
with anArrayList
as collection class to store the values mapped to a key. -
Uses of ListValuedMap in org.apache.commons.collections4.multimap
Classes in org.apache.commons.collections4.multimap that implement ListValuedMapModifier and TypeClassDescriptionclass
Abstract implementation of theListValuedMap
interface to simplify the creation of subclass implementations.class