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, valuesCopyright © 1997–2016 CRISTAL-iSE. All rights reserved.