Uses of Package
org.apache.commons.collections4.multimap
-
Packages that use org.apache.commons.collections4.multimap Package Description org.apache.commons.collections4.multimap This package contains implementations of theMultiValuedMap
interfaces. -
Classes in org.apache.commons.collections4.multimap used by org.apache.commons.collections4.multimap Class Description AbstractListValuedMap Abstract implementation of theListValuedMap
interface to simplify the creation of subclass implementations.AbstractMultiValuedMap Abstract implementation of theMultiValuedMap
interface to simplify the creation of subclass implementations.AbstractMultiValuedMapDecorator Decorates anotherMultiValuedMap
to provide additional behaviour.AbstractSetValuedMap Abstract implementation of theSetValuedMap
interface to simplify the creation of subclass implementations.TransformedMultiValuedMap Decorates anotherMultiValuedMap
to transform objects that are added.UnmodifiableMultiValuedMap Decorates anotherMultiValuedMap
to ensure it can't be altered.