Add new concrete MultiValuedMap implementation.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1633229 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e317d17ba3
commit
a3503a1b56
|
@ -21,6 +21,7 @@
|
|||
* The following implementations are provided in the package:
|
||||
* <ul>
|
||||
* <li>MultiValuedHashMap - implementation that uses a HashMap to store the data
|
||||
* <li>MultiValuedLinkedHashMap - implementation that uses a LinkedHashMap as backing map
|
||||
* </ul>
|
||||
* <p>
|
||||
* The following decorators are provided in the package:
|
||||
|
|
Loading…
Reference in New Issue