MultiValuedMap
to provide additional behaviour. Each method call made on this MultiValuedMap
is forwarded to the decorated MultiValuedMap
. This class is used as a framework to build to extensions such as synchronized and unmodifiable behaviour.
@param < K> the type of key elements
@param < V> the type of value elements
@since 4.1
@version $Id$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|