Michael's alternative to the removeLRU() method

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130559 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Morgan James Delagrange 2002-02-22 05:39:21 +00:00
parent 4d9246c82a
commit 13d014655a
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ promotes the key to the Most Recently Used position.
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.