morgand 02/02/21 21:39:21
Modified: collections RELEASE-NOTES-2.0.txt
Log:
Michael's alternative to the removeLRU() method
Revision Changes Path
1.2 +2 -2 jakarta-commons/collections/RELEASE-NOTES-2.0.txt
Index: RELEASE-NOTES-2.0.txt
===================================================================
RCS file: /home/cvs/jakarta-commons/collections/RELEASE-NOTES-2.0.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- RELEASE-NOTES-2.0.txt 21 Feb 2002 22:20:55 -0000 1.1
+++ RELEASE-NOTES-2.0.txt 22 Feb 2002 05:39:21 -0000 1.2
@@ -24,8 +24,8 @@
LRUMap 2.0 compatibility changes:
- LRUMap can no longer be cast to a HashMap.
- The removeLRU() method now has a different
- signature, and is no longer public. There is
- no direct replacement for this method.
+ signature, and is no longer public. Instead, use
+ remove(getFirstKey()).
- "Externalized" LRUMap 1.0 Objects cannot be
read by LRUMap 2.0.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>