| 程序包 | 说明 |
|---|---|
| com.jn.langx.util.collection |
many collection utility class
|
| 构造器和说明 |
|---|
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 © 2021. All rights reserved.