mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-06 10:09:16 +00:00
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:
|
* The following implementations are provided in the package:
|
||||||
* <ul>
|
* <ul>
|
||||||
* <li>MultiValuedHashMap - implementation that uses a HashMap to store the data
|
* <li>MultiValuedHashMap - implementation that uses a HashMap to store the data
|
||||||
|
* <li>MultiValuedLinkedHashMap - implementation that uses a LinkedHashMap as backing map
|
||||||
* </ul>
|
* </ul>
|
||||||
* <p>
|
* <p>
|
||||||
* The following decorators are provided in the package:
|
* The following decorators are provided in the package:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user