public class RemovalNotification<K,V>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RemovalNotification.RemovalReason |
| Constructor and Description |
|---|
RemovalNotification(K key,
V value,
RemovalNotification.RemovalReason removalReason) |
| Modifier and Type | Method and Description |
|---|---|
K |
getKey() |
RemovalNotification.RemovalReason |
getRemovalReason() |
V |
getValue() |
public RemovalNotification(K key, V value, RemovalNotification.RemovalReason removalReason)
public K getKey()
public V getValue()
public RemovalNotification.RemovalReason getRemovalReason()