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 aListValuedMapwith anArrayListas 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 TypeClassDescriptionclassAbstract implementation of theListValuedMapinterface to simplify the creation of subclass implementations.class