| Package | Description |
|---|---|
| cn.orionsec.kit.lang.define.collect |
| Modifier and Type | Method and Description |
|---|---|
static ConcurrentReferenceHashMap.ReferenceType |
ConcurrentReferenceHashMap.ReferenceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConcurrentReferenceHashMap.ReferenceType[] |
ConcurrentReferenceHashMap.ReferenceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> ConcurrentReferenceHashMap<K,V> |
ConcurrentReferenceHashMap.create(ConcurrentReferenceHashMap.ReferenceType referenceType) |
| Constructor and Description |
|---|
ConcurrentReferenceHashMap(ConcurrentReferenceHashMap.ReferenceType referenceType) |
ConcurrentReferenceHashMap(int initialCapacity,
ConcurrentReferenceHashMap.ReferenceType referenceType) |
ConcurrentReferenceHashMap(int initialCapacity,
float loadFactor,
int concurrencyLevel,
ConcurrentReferenceHashMap.ReferenceType referenceType) |
Copyright © 2024. All rights reserved.