| 程序包 | 说明 |
|---|---|
| com.jn.langx.util.concurrent.clhm |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ConcurrentLinkedHashMap<K,V>
A hash table supporting full concurrency of retrievals, adjustable expected
concurrency for updates, and a maximum capacity to bound the map by.
|
interface |
EntryWeigher<K,V>
A class that can determine the weight of an entry.
|
interface |
EvictionListener<K,V>
A listener registered for notification when an entry is evicted.
|
interface |
Weigher<V>
A class that can determine the weight of a value.
|
Copyright © 2020. All rights reserved.