public static final class ConcurrentHashMapBuilder.ConcurrentHashMapWrapper<K,V> extends BaseMapWrapper<K,V>
| Constructor and Description |
|---|
ConcurrentHashMapWrapper() |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentHashMap<K,V> |
build() |
protected ConcurrentHashMap<K,V> |
getMap() |
ConcurrentHashMapBuilder.ConcurrentHashMapWrapper<K,V> |
put(BaseMapBuilder.UnsafeSupplier<K,Exception> keyUnsafeSupplier,
BaseMapBuilder.UnsafeSupplier<V,Exception> valueUnsafeSupplier) |
ConcurrentHashMapBuilder.ConcurrentHashMapWrapper<K,V> |
put(BaseMapBuilder.UnsafeSupplier<K,Exception> keyUnsafeSupplier,
V value) |
ConcurrentHashMapBuilder.ConcurrentHashMapWrapper<K,V> |
put(Collection<? extends K> inputCollection,
BaseMapBuilder.UnsafeFunction<K,V,Exception> unsafeFunction) |
ConcurrentHashMapBuilder.ConcurrentHashMapWrapper<K,V> |
put(K key,
BaseMapBuilder.UnsafeSupplier<V,Exception> valueUnsafeSupplier) |
ConcurrentHashMapBuilder.ConcurrentHashMapWrapper<K,V> |
put(K key,
V value) |
doPut, doPut, doPut, doPutpublic ConcurrentHashMapBuilder.ConcurrentHashMapWrapper<K,V> put(Collection<? extends K> inputCollection, BaseMapBuilder.UnsafeFunction<K,V,Exception> unsafeFunction)
public ConcurrentHashMapBuilder.ConcurrentHashMapWrapper<K,V> put(K key, BaseMapBuilder.UnsafeSupplier<V,Exception> valueUnsafeSupplier)
public ConcurrentHashMapBuilder.ConcurrentHashMapWrapper<K,V> put(K key, V value)
public ConcurrentHashMapBuilder.ConcurrentHashMapWrapper<K,V> put(BaseMapBuilder.UnsafeSupplier<K,Exception> keyUnsafeSupplier, BaseMapBuilder.UnsafeSupplier<V,Exception> valueUnsafeSupplier)
public ConcurrentHashMapBuilder.ConcurrentHashMapWrapper<K,V> put(BaseMapBuilder.UnsafeSupplier<K,Exception> keyUnsafeSupplier, V value)