Uses of Interface
com.googlecode.concurrentlinkedhashmap.EvictionListener
-
Uses of EvictionListener in com.googlecode.concurrentlinkedhashmap
Classes in com.googlecode.concurrentlinkedhashmap that implement EvictionListenerModifier and TypeClassDescription(package private) static enum
A listener that ignores all notifications.Fields in com.googlecode.concurrentlinkedhashmap declared as EvictionListenerModifier and TypeFieldDescription(package private) EvictionListener
<K, V> ConcurrentLinkedHashMap.Builder.listener
(package private) final EvictionListener
<K, V> ConcurrentLinkedHashMap.listener
(package private) final EvictionListener
<K, V> ConcurrentLinkedHashMap.SerializationProxy.listener
Methods in com.googlecode.concurrentlinkedhashmap with parameters of type EvictionListenerModifier and TypeMethodDescriptionConcurrentLinkedHashMap.Builder.listener
(EvictionListener<K, V> listener) Specifies an optional listener that is registered for notification when an entry is evicted.