K
- キーの型V
- 値の型public static interface LRUMap.RemoveListener<K,V>
Modifier and Type | Interface and Description |
---|---|
static class |
LRUMap.RemoveListener.NopListener<K,V>
何も実行しないリスナー実装クラス。
|
Modifier and Type | Method and Description |
---|---|
void |
onRemoveEldest(K key,
V value)
LRUアルゴリズムにより、エントリが削除された場合に呼び出されるコールバックメソッド。
|