public class LRUCache<K,V>
extends java.util.LinkedHashMap<K,V>
Constructor and Description |
---|
LRUCache(int capacity) |
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
Copyright © 2013 Caelum. All Rights Reserved.