org.codehaus.jackson.map.util
public class LRUMap<K,V> extends java.util.LinkedHashMap<K,V>
Modifier and Type | Field and Description |
---|---|
protected int |
_maxEntries |
Constructor and Description |
---|
LRUMap(int initialEntries,
int maxEntries) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
removeEldestEntry(java.util.Map.Entry<K,V> eldest) |
clone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, values