public class LRUMap<K,V>
extends LinkedHashMap<K,V>
| Constructor and Description |
|---|
LRUMap(int capacity) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
removeEldestEntry(Map.Entry<K,V> eldest) |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, replaceAll, values