public class CacheMap<K,V> extends AbstractMap<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 构造器和说明 |
|---|
CacheMap(long timeout) |
| 限定符和类型 | 方法和说明 |
|---|---|
Set<Map.Entry<K,V>> |
entrySet() |
V |
get(Object key) |
static CacheMap<Object,Object> |
getDefault() |
V |
put(K key,
V value) |
clear, clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, putAll, remove, size, toString, valuescompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllCopyright © 2020. All rights reserved.