Package | Description |
---|---|
cn.orionsec.kit.lang.define.collect | |
cn.orionsec.kit.lang.utils.collect |
Modifier and Type | Method and Description |
---|---|
static <K,V> ConcurrentReferenceHashMap<K,V> |
ConcurrentReferenceHashMap.create() |
static <K,V> ConcurrentReferenceHashMap<K,V> |
ConcurrentReferenceHashMap.create(ConcurrentReferenceHashMap.ReferenceType referenceType) |
Modifier and Type | Method and Description |
---|---|
static <K,V> ConcurrentReferenceHashMap<K,V> |
Maps.newConcurrentSoftHashMap() |
static <K,V> ConcurrentReferenceHashMap<K,V> |
Maps.newConcurrentSoftHashMap(int capacity) |
static <K,V> ConcurrentReferenceHashMap<K,V> |
Maps.newConcurrentWeakHashMap() |
static <K,V> ConcurrentReferenceHashMap<K,V> |
Maps.newConcurrentWeakHashMap(int capacity) |
Copyright © 2024. All rights reserved.