| 程序包 | 说明 |
|---|---|
| com.jn.langx.util.collection |
many collection utility class
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ConcurrentReferenceHashMap.Option |
ConcurrentReferenceHashMap.Option.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ConcurrentReferenceHashMap.Option[] |
ConcurrentReferenceHashMap.Option.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 构造器和说明 |
|---|
ConcurrentReferenceHashMap(int initialCapacity,
float loadFactor,
int concurrencyLevel,
ReferenceType keyType,
ReferenceType valueType,
EnumSet<ConcurrentReferenceHashMap.Option> options)
Creates a new, empty map with the specified initial
capacity, reference types, load factor and concurrency level.
|
Copyright © 2021. All rights reserved.