K - Hashable keyV - Cached valueprivate static class LRUCache.LRUEntry<K,V> extends Cache.Entry<K,V>
| Modifier and Type | Field and Description |
|---|---|
private LRUCache.LRUEntry<K,V> |
next
More recently used entry, if any, than this one
|
private LRUCache.LRUEntry<K,V> |
previous
Less recently used entry, if any, than this one
|
getKey, getValueprivate LRUCache.LRUEntry<K,V> previous
private LRUCache.LRUEntry<K,V> next