Uses of Interface
com.googlecode.concurrentlinkedhashmap.EvictionListener

Uses of EvictionListener in com.googlecode.concurrentlinkedhashmap
 

Methods in com.googlecode.concurrentlinkedhashmap with parameters of type EvictionListener
 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.
 



Copyright © 2012. All Rights Reserved.