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 classConcurrentLinkedHashMap.DiscardingListenerA 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. listenerMethods 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.
-