private static final class AbstractCachingDictionary.ObservableCache extends LRUCache
| Modifier and Type | Field and Description |
|---|---|
private java.util.Observable |
_observable |
| Constructor and Description |
|---|
ObservableCache(int capacity) |
| Modifier and Type | Method and Description |
|---|---|
void |
addObserver(java.util.Observer obs) |
java.lang.Object |
remove(java.lang.Object key)
Remotes the object associated with key and returns that
object.
|
getCapacity, getSize, isFull, removeEldestEntry, setCapacityclear, containsValue, entrySet, forEach, get, getOrDefault, keySet, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, replace, replace, size