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