scolebourne 2004/05/12 12:55:56 Modified: collections RELEASE-NOTES.html Log: Add behaviour to scan map to find a removable element when full
bug 28887, from Mario Ivankovits Revision Changes Path 1.47 +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.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- RELEASE-NOTES.html 3 May 2004 22:43:57 -0000 1.46 +++ RELEASE-NOTES.html 12 May 2004 19:55:56 -0000 1.47 @@ -56,6 +56,7 @@ <li>SingletonIterator - make remove() functionality optional</li> <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> </ul> <h4>Made Serializable</h4> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
