Uses of Class
at.molindo.thirdparty.org.compass.core.util.concurrent.ConcurrentLinkedHashMap.EvictionPolicy

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

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

Methods in at.molindo.thirdparty.org.compass.core.util.concurrent that return ConcurrentLinkedHashMap.EvictionPolicy
static ConcurrentLinkedHashMap.EvictionPolicy ConcurrentLinkedHashMap.EvictionPolicy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConcurrentLinkedHashMap.EvictionPolicy[] ConcurrentLinkedHashMap.EvictionPolicy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in at.molindo.thirdparty.org.compass.core.util.concurrent with parameters of type ConcurrentLinkedHashMap.EvictionPolicy
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.