K - key valueV - public abstract class TransientCache<K,V> extends AbstractMap<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
TransientCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Set<Map.Entry<K,V>> |
entrySet() |
Set<K> |
keySet() |
abstract Reference<V> |
makeReference(Object value) |
V |
put(K key,
V value) |
V |
remove(Object key) |
clone, containsKey, containsValue, equals, get, hashCode, isEmpty, putAll, size, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllCopyright © 1997–2020 CRISTAL-iSE. All rights reserved.