Package | Description |
---|---|
org.apache.commons.collections4.multimap |
This package contains implementations of the
MultiValuedMap interfaces. |
Class and Description |
---|
AbstractListValuedMap
Abstract implementation of the
ListValuedMap interface to simplify
the creation of subclass implementations. |
AbstractMultiValuedMap
Abstract implementation of the
MultiValuedMap interface to simplify
the creation of subclass implementations. |
AbstractMultiValuedMapDecorator
Decorates another
MultiValuedMap to provide additional behaviour. |
AbstractSetValuedMap
Abstract implementation of the
SetValuedMap interface to simplify the
creation of subclass implementations. |
TransformedMultiValuedMap
Decorates another
MultiValuedMap to transform objects that are added. |
UnmodifiableMultiValuedMap
Decorates another
MultiValuedMap to ensure it can't be altered. |
Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.