Package | Description |
---|---|
cn.orionsec.kit.lang.define.collect | |
cn.orionsec.kit.lang.utils.collect |
Modifier and Type | Method and Description |
---|---|
static <K,V> MutableConcurrentHashMap<K,V> |
MutableConcurrentHashMap.create() |
static <K,V> MutableConcurrentHashMap<K,V> |
MutableConcurrentHashMap.create(Map<? extends K,? extends V> m) |
Modifier and Type | Method and Description |
---|---|
static <K,V> MutableConcurrentHashMap<K,V> |
Maps.newMutableConcurrentHashMap() |
static <K,V> MutableConcurrentHashMap<K,V> |
Maps.newMutableConcurrentHashMap(int capacity) |
static <K,V> MutableConcurrentHashMap<K,V> |
Maps.newMutableConcurrentHashMap(Map<? extends K,? extends V> m) |
Copyright © 2024. All rights reserved.