scolebourne 2004/04/12 04:37:05
Modified: collections/src/java/org/apache/commons/collections/map
package.html
Log:
Add singleton map to javadoc
Revision Changes Path
1.8 +2 -1 jakarta-commons/collections/src/java/org/apache/commons/collections/map/package.html
Index: package.html
===================================================================
RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/map/package.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- package.html 18 Feb 2004 21:39:04 -0000 1.7
+++ package.html 12 Apr 2004 11:37:05 -0000 1.8
@@ -32,6 +32,7 @@
<li>Flat3Map - designed for good performance at size 3 or less
<li>LinkedMap - a hash map that maintains insertion order, supporting OrderedMapIterator
<li>ReferenceMap - allows the garbage collector to collect keys and values
+<li>SingletonMap - a fully featured map to hold one key-value pair
<li>StaticBucketMap - internally synchronized and designed for thread-contentious
environments
</ul>
<p>
---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org
|