public class TimedMap<K,V>
extends java.util.HashMap<K,V>
Constructor and Description |
---|
TimedMap() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
clear() |
V |
put(K key,
V value) |
void |
putAll(java.util.Map<? extends K,? extends V> m) |
V |
remove(java.lang.Object key) |
clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putIfAbsent, remove, replace, replace, replaceAll, size, values