Uses of Interface
com.googlecode.concurrentlinkedhashmap.EvictionListener
-
-
Uses of EvictionListener in com.googlecode.concurrentlinkedhashmap
Classes in com.googlecode.concurrentlinkedhashmap that implement EvictionListener Modifier and Type Class Description (package private) static class
ConcurrentLinkedHashMap.DiscardingListener
A listener that ignores all notifications.Fields in com.googlecode.concurrentlinkedhashmap declared as EvictionListener Modifier and Type Field Description (package private) EvictionListener<K,V>
ConcurrentLinkedHashMap.Builder. listener
(package private) EvictionListener<K,V>
ConcurrentLinkedHashMap. listener
(package private) EvictionListener<K,V>
ConcurrentLinkedHashMap.SerializationProxy. listener
Methods in com.googlecode.concurrentlinkedhashmap with parameters of type EvictionListener Modifier and Type Method Description ConcurrentLinkedHashMap.Builder<K,V>
ConcurrentLinkedHashMap.Builder. listener(EvictionListener<K,V> listener)
Specifies an optional listener that is registered for notification when an entry is evicted.
-