Modifier and Type |
Method and Description |
static <K,V> ConcurrentHashMapBuilder.ConcurrentHashMapWrapper<K,V> |
create(int initialCapacity) |
static <K,V> ConcurrentHashMapBuilder.ConcurrentHashMapWrapper<K,V> |
create(int initialCapacity,
float loadFactor) |
static <K,V> ConcurrentHashMapBuilder.ConcurrentHashMapWrapper<K,V> |
create(int initialCapacity,
float loadFactor,
int concurrencyLevel) |
static <K,V> ConcurrentHashMapBuilder.ConcurrentHashMapWrapper<K,V> |
create(Map<? extends K,? extends V> map) |
static <K,V> ConcurrentHashMapBuilder.ConcurrentHashMapWrapper<K,V> |
put(BaseMapBuilder.UnsafeSupplier<K,Exception> keyUnsafeSupplier,
BaseMapBuilder.UnsafeSupplier<V,Exception> valueUnsafeSupplier) |
static <K,V> ConcurrentHashMapBuilder.ConcurrentHashMapWrapper<K,V> |
put(BaseMapBuilder.UnsafeSupplier<K,Exception> keyUnsafeSupplier,
V value) |
static <K,V> ConcurrentHashMapBuilder.ConcurrentHashMapWrapper<K,V> |
put(Collection<? extends K> inputCollection,
BaseMapBuilder.UnsafeFunction<K,V,Exception> unsafeFunction) |
static <K,V> ConcurrentHashMapBuilder.ConcurrentHashMapWrapper<K,V> |
put(K key,
BaseMapBuilder.UnsafeSupplier<V,Exception> valueUnsafeSupplier) |
static <K,V> ConcurrentHashMapBuilder.ConcurrentHashMapWrapper<K,V> |
put(K key,
V value) |
static <K,V> ConcurrentHashMapBuilder.ConcurrentHashMapWrapper<K,V> |
putAll(Map<? extends K,? extends V> inputMap) |