K - the type of keys maintained by this mapV - the type of mapped valuespublic static interface ConcurrentLinkedHashMap.MapEventListener<K,V>
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
onEliminateEntry(K key,
V value) |
V |
onGetEntry(K key,
V value) |
V |
onPutEntry(K key,
V value,
V previousValue) |
V |
onRemoveEntry(K key,
V value) |
Copyright © 2016. All rights reserved.