Uses of Interface
org.hibernate.internal.util.collections.BoundedConcurrentHashMap.EvictionListener

Packages that use BoundedConcurrentHashMap.EvictionListener
org.hibernate.internal.util.collections   
 

Uses of BoundedConcurrentHashMap.EvictionListener in org.hibernate.internal.util.collections
 

Constructors in org.hibernate.internal.util.collections with parameters of type BoundedConcurrentHashMap.EvictionListener
BoundedConcurrentHashMap(int capacity, int concurrencyLevel, BoundedConcurrentHashMap.Eviction evictionStrategy, BoundedConcurrentHashMap.EvictionListener<K,V> evictionListener)
          Creates a new, empty map with the specified maximum capacity, load factor and concurrency level.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.