public class LRUCache<K,V> extends java.util.LinkedHashMap<K,V>
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
LRUCache(int cacheSize)
int
getCacheSize()
clear, containsValue, get
clone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, values
equals, hashCode, toString
getClass, notify, notifyAll, wait, wait, wait
containsKey, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values
public LRUCache(int cacheSize)
public int getCacheSize()