public class CacheMap<K,V> extends LinkedHashMap<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CacheMap(int maxEntries) |
| Modifier and Type | Method and Description |
|---|---|
V |
put(K key,
V value) |
protected boolean |
removeEldestEntry(Map.Entry<K,V> eldest) |
clear, containsValue, getclone, containsKey, entrySet, isEmpty, keySet, putAll, remove, size, valuesequals, hashCode, toStringCopyright © 2011. All Rights Reserved.