scolebourne 2004/05/26 14:59:28 Modified: collections RELEASE-NOTES.html Log: Replace IteratorUtils calls with direct implementation calls Revision Changes Path 1.53 +2 -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.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- RELEASE-NOTES.html 22 May 2004 09:46:39 -0000 1.52 +++ RELEASE-NOTES.html 26 May 2004 21:59:28 -0000 1.53 @@ -58,6 +58,8 @@ <li>AbstractLinkedList/NodeCachingLinkedList - added getValue() and setValue() to Node, and made everything use them</li> <li>LRUMap - The addMapping() method now uses isFull() to determine whether it is full</li> <li>LRUMap - Add boolean flag, scanUntilRemovable, giving the removeLRU() method more power [28887]</li> +<li>InvokerTransformer - Add additional getInstance() method</li> +<li>Reduced inter-class and inter-package dependencies, especially via *Utils classes</li> </ul> <h4>Made Serializable</h4>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
