| 程序包 | 说明 |
|---|---|
| org.dromara.hutool.core.map.concurrent |
This package contains an implementation of a bounded
ConcurrentMap data structure. |
| 类和说明 |
|---|
| ConcurrentLinkedHashMap
A hash table supporting full concurrency of retrievals, adjustable expected
concurrency for updates, and a maximum capacity to bound the map by.
|
| ConcurrentLinkedHashMap.Builder
A builder that creates
ConcurrentLinkedHashMap instances. |
| EntryWeigher
A class that can determine the selector of an entry.
|
| Weigher
A class that can determine the selector of a value.
|
Copyright © 2024. All rights reserved.