Uses of Interface
com.googlecode.concurrentlinkedhashmap.EvictionListener
-
-
Uses of EvictionListener in com.googlecode.concurrentlinkedhashmap
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.
-