Uses of Interface
at.molindo.thirdparty.org.compass.core.util.concurrent.ConcurrentLinkedHashMap.EvictionListener

Packages that use ConcurrentLinkedHashMap.EvictionListener
at.molindo.thirdparty.org.compass.core.util.concurrent   
 

Uses of ConcurrentLinkedHashMap.EvictionListener in at.molindo.thirdparty.org.compass.core.util.concurrent
 

Constructors in at.molindo.thirdparty.org.compass.core.util.concurrent with parameters of type ConcurrentLinkedHashMap.EvictionListener
ConcurrentLinkedHashMap(ConcurrentLinkedHashMap.EvictionPolicy policy, int maximumCapacity, ConcurrentLinkedHashMap.EvictionListener<K,V>... listeners)
          Creates a new, empty, unbounded map with the specified maximum capacity and the default concurrencyLevel.
ConcurrentLinkedHashMap(ConcurrentLinkedHashMap.EvictionPolicy policy, int maximumCapacity, int concurrencyLevel, ConcurrentLinkedHashMap.EvictionListener<K,V>... listeners)
          Creates a new, empty, unbounded map with the specified maximum capacity and concurrency level.
 



Copyright © 2013 Molindo GmbH. All Rights Reserved.