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