public class ModifiedLRUMap<Value>
extends org.apache.commons.collections.map.LRUMap
Constructor and Description |
---|
ModifiedLRUMap(int maxSize) |
Modifier and Type | Method and Description |
---|---|
Value |
getRemovedEntry() |
protected boolean |
removeLRU(org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry entry) |
protected boolean removeLRU(org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry entry)
removeLRU
in class org.apache.commons.collections.map.LRUMap
public Value getRemovedEntry()
Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.