Add singleton map to javadoc
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131660 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
60dc88188c
commit
7374b1b7c2
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: package.html,v 1.7 2004/02/18 21:39:04 scolebourne Exp $ -->
|
||||
<!-- $Id: package.html,v 1.8 2004/04/12 11:37:05 scolebourne Exp $ -->
|
||||
<!--
|
||||
Copyright 2003-2004 The Apache Software Foundation
|
||||
|
||||
|
@ -32,6 +32,7 @@ The following implementations are provided:
|
|||
<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>
|
||||
|
|
Loading…
Reference in New Issue