public class LRUCache<K,V>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LRUCache.Data<K,V> |
| Constructor and Description |
|---|
LRUCache(int size) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
V |
get(K key) |
void |
set(K key,
V value) |