public class LRUCache<K,V> extends LinkedHashMap<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 构造器和说明 |
|---|
LRUCache(int maxSize) |
LRUCache(int maxSize,
int initialCapacity,
float loadFactor,
boolean accessOrder) |
clear, containsValue, getclone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringCopyright © 2012 Alibaba Group. All Rights Reserved.