public final class LruCache<K,V> extends java.util.LinkedHashMap<K,V>
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
LruCache()
LruCache(int size)
protected boolean
removeEldestEntry(java.util.Map.Entry<K,V> eldest)
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, replaceAll, values
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
equals, hashCode, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
public LruCache()
public LruCache(int size)
protected boolean removeEldestEntry(java.util.Map.Entry<K,V> eldest)
removeEldestEntry
java.util.LinkedHashMap<K,V>