MultiValuedMap
interfaces.See: Description
Class | Description |
---|---|
AbstractListValuedMap<K,V> |
Abstract implementation of the
ListValuedMap interface to simplify
the creation of subclass implementations. |
AbstractMultiValuedMap<K,V> |
Abstract implementation of the
MultiValuedMap interface to simplify
the creation of subclass implementations. |
AbstractMultiValuedMapDecorator<K,V> |
Decorates another
MultiValuedMap to provide additional behaviour. |
AbstractSetValuedMap<K,V> |
Abstract implementation of the
SetValuedMap interface to simplify the
creation of subclass implementations. |
ArrayListValuedHashMap<K,V> | |
HashSetValuedHashMap<K,V> | |
TransformedMultiValuedMap<K,V> |
Decorates another
MultiValuedMap to transform objects that are added. |
UnmodifiableMultiValuedMap<K,V> |
Decorates another
MultiValuedMap to ensure it can't be altered. |
MultiValuedMap
interfaces.
A MultiValuedMap holds a collection of values against each key.
The following implementations are provided in the package:
The following decorators are provided in the package:
Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.