Uses of Class
com.reardencommerce.kernel.collections.shared.evictable.ConcurrentLinkedHashMap

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

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

Methods in com.reardencommerce.kernel.collections.shared.evictable that return ConcurrentLinkedHashMap
static
<K,V> ConcurrentLinkedHashMap<K,V>
ConcurrentLinkedHashMap.create(ConcurrentLinkedHashMap.EvictionPolicy policy, int maximumCapacity)
          Creates a map with the specified eviction policy, maximum capacity, and at the default concurrency level.
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)
          Creates a map with the specified eviction policy, maximum capacity, and 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-2010 Ignite Realtime. All Rights Reserved.