scolebourne 2004/05/16 04:54:47 Modified: collections RELEASE-NOTES.html Log: Add TreeList
bug 26680, 28930 Revision Changes Path 1.48 +1 -0 jakarta-commons/collections/RELEASE-NOTES.html Index: RELEASE-NOTES.html =================================================================== RCS file: /home/cvs/jakarta-commons/collections/RELEASE-NOTES.html,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- RELEASE-NOTES.html 12 May 2004 19:55:56 -0000 1.47 +++ RELEASE-NOTES.html 16 May 2004 11:54:47 -0000 1.48 @@ -31,6 +31,7 @@ <center><h3>NEW CLASSES</h3></center> <ul> +<li>TreeList - A list implementation that is faster than ArrayList for insertions and removals</li> <li>MultiKeyMap - A map that allows multiple keys to be used to map the value</li> <li>SingletonMap - fully featured singleton Map implementation</li> <li>TransformedPredicate - A predicate where the input object is transformed [26946]</li> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
