| Package | Description |
|---|---|
| org.jboss.jca.adapters.jdbc.util |
Util package with LRU Policy
|
| Constructor and Description |
|---|
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 © 2013 IronJacamar (http://www.ironjacamar.org)