public class RemovalNotification<K,V> extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
RemovalNotification.RemovalReason |
| 构造器和说明 |
|---|
RemovalNotification(K key,
V value,
RemovalNotification.RemovalReason removalReason) |
public RemovalNotification(K key, V value, RemovalNotification.RemovalReason removalReason)
public K getKey()
public V getValue()
public RemovalNotification.RemovalReason getRemovalReason()
Copyright © 2021. All rights reserved.