Uses of Interface
org.apache.commons.collections.MultiMap
Packages that use MultiMap
Package
Description
This package contains the interfaces and utilities shared across all the subpackages of this component.
-
Uses of MultiMap in org.apache.commons.collections
Classes in org.apache.commons.collections that implement MultiMapModifier and TypeClassDescriptionclass
Deprecated.Class now available as MultiValueMap in map subpackage. -
Uses of MultiMap in org.apache.commons.collections.map
Classes in org.apache.commons.collections.map that implement MultiMapModifier and TypeClassDescriptionclass
A MultiValueMap decorates another map, allowing it to have more than one value for a key.