Uses of Interface
org.apache.commons.collections4.ListValuedMap
Packages that use ListValuedMap
Package
Description
Interfaces and utilities shared across all packages.
Implements 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