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:
Thomas Neidhart 2014-10-20 21:03:46 +00:00
parent e317d17ba3
commit a3503a1b56
1 changed files with 1 additions and 0 deletions

View File

@ -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: