Uses of Interface
com.reardencommerce.kernel.collections.shared.evictable.ConcurrentLinkedHashMap.EvictionListener

Packages that use ConcurrentLinkedHashMap.EvictionListener
com.reardencommerce.kernel.collections.shared.evictable   
 

Uses of ConcurrentLinkedHashMap.EvictionListener in com.reardencommerce.kernel.collections.shared.evictable
 

Methods in com.reardencommerce.kernel.collections.shared.evictable with parameters of type ConcurrentLinkedHashMap.EvictionListener
static
<K,V> ConcurrentLinkedHashMap<K,V>
ConcurrentLinkedHashMap.create(ConcurrentLinkedHashMap.EvictionPolicy policy, int maximumCapacity, ConcurrentLinkedHashMap.EvictionListener<K,V> listener)
          Creates a map with the specified eviction policy, maximum capacity, eviction listener, and at the default concurrency level.
static
<K,V> ConcurrentLinkedHashMap<K,V>
ConcurrentLinkedHashMap.create(ConcurrentLinkedHashMap.EvictionPolicy policy, int maximumCapacity, int concurrencyLevel, ConcurrentLinkedHashMap.EvictionListener<K,V> listener)
          Creates a map with the specified eviction policy, maximum capacity, eviction listener, and concurrency level.
 



Copyright © 2009 Ignite Realtime. All Rights Reserved.