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:
parent
4d9246c82a
commit
13d014655a
|
@ -24,8 +24,8 @@ promotes the key to the Most Recently Used position.
|
||||||
LRUMap 2.0 compatibility changes:
|
LRUMap 2.0 compatibility changes:
|
||||||
- LRUMap can no longer be cast to a HashMap.
|
- LRUMap can no longer be cast to a HashMap.
|
||||||
- The removeLRU() method now has a different
|
- The removeLRU() method now has a different
|
||||||
signature, and is no longer public. There is
|
signature, and is no longer public. Instead, use
|
||||||
no direct replacement for this method.
|
remove(getFirstKey()).
|
||||||
- "Externalized" LRUMap 1.0 Objects cannot be
|
- "Externalized" LRUMap 1.0 Objects cannot be
|
||||||
read by LRUMap 2.0.
|
read by LRUMap 2.0.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue