You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2014/10/20 23:03:47 UTC

svn commit: r1633229 - /commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/multimap/package-info.java

Author: tn
Date: Mon Oct 20 21:03:46 2014
New Revision: 1633229

URL: http://svn.apache.org/r1633229
Log:
Add new concrete MultiValuedMap implementation.

Modified:
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/multimap/package-info.java

Modified: commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/multimap/package-info.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/multimap/package-info.java?rev=1633229&r1=1633228&r2=1633229&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/multimap/package-info.java (original)
+++ commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/multimap/package-info.java Mon Oct 20 21:03:46 2014
@@ -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: