Interface LRUMap.RemovalListener<K,V>
- Type Parameters:
K- the type of keys maintained by this mapV- the type of mapped values
public static interface LRUMap.RemovalListener<K,V>
An object that can receive a notification when an entry is removed from a LRUMap.
-
Method Summary
-
Method Details
-
onRemoval
-