K
- キーの型V
- 値の型public static class LRUMap.RemoveListener.NopListener<K,V> extends java.lang.Object implements LRUMap.RemoveListener<K,V>
LRUMap.RemoveListener.NopListener<K,V>
Constructor and Description |
---|
NopListener() |
Modifier and Type | Method and Description |
---|---|
void |
onRemoveEldest(K key,
V value)
LRUアルゴリズムにより、エントリが削除された場合に呼び出されるコールバックメソッド。
|
public void onRemoveEldest(K key, V value)
onRemoveEldest
in interface LRUMap.RemoveListener<K,V>
key
- 削除されたエントリーのキーvalue
- 削除されたエントリーの値