public static final class LinkedHashMapBuilder.LinkedHashMapWrapper<K,V> extends BaseMapWrapper<K,V>
Constructor and Description |
---|
LinkedHashMapWrapper(BaseMapBuilder.UnsafeSupplier<K,java.lang.Exception> keyUnsafeSupplier,
BaseMapBuilder.UnsafeSupplier<V,java.lang.Exception> valueUnsafeSupplier) |
LinkedHashMapWrapper(BaseMapBuilder.UnsafeSupplier<K,java.lang.Exception> keyUnsafeSupplier,
V value) |
LinkedHashMapWrapper(java.util.Collection<? extends K> inputCollection,
BaseMapBuilder.UnsafeFunction<K,V,java.lang.Exception> unsafeFunction) |
LinkedHashMapWrapper(K key,
BaseMapBuilder.UnsafeSupplier<V,java.lang.Exception> valueUnsafeSupplier) |
LinkedHashMapWrapper(K key,
V value) |
Modifier and Type | Method and Description |
---|---|
java.util.LinkedHashMap<K,V> |
build() |
protected java.util.LinkedHashMap<K,V> |
getMap() |
LinkedHashMapBuilder.LinkedHashMapWrapper<K,V> |
put(BaseMapBuilder.UnsafeSupplier<K,java.lang.Exception> keyUnsafeSupplier,
BaseMapBuilder.UnsafeSupplier<V,java.lang.Exception> valueUnsafeSupplier) |
LinkedHashMapBuilder.LinkedHashMapWrapper<K,V> |
put(BaseMapBuilder.UnsafeSupplier<K,java.lang.Exception> keyUnsafeSupplier,
V value) |
LinkedHashMapBuilder.LinkedHashMapWrapper<K,V> |
put(java.util.Collection<? extends K> inputCollection,
BaseMapBuilder.UnsafeFunction<K,V,java.lang.Exception> unsafeFunction) |
LinkedHashMapBuilder.LinkedHashMapWrapper<K,V> |
put(K key,
BaseMapBuilder.UnsafeSupplier<V,java.lang.Exception> valueUnsafeSupplier) |
LinkedHashMapBuilder.LinkedHashMapWrapper<K,V> |
put(K key,
V value) |
doPut, doPut, doPut, doPut
public LinkedHashMapWrapper(java.util.Collection<? extends K> inputCollection, BaseMapBuilder.UnsafeFunction<K,V,java.lang.Exception> unsafeFunction)
public LinkedHashMapWrapper(K key, BaseMapBuilder.UnsafeSupplier<V,java.lang.Exception> valueUnsafeSupplier)
public LinkedHashMapWrapper(BaseMapBuilder.UnsafeSupplier<K,java.lang.Exception> keyUnsafeSupplier, BaseMapBuilder.UnsafeSupplier<V,java.lang.Exception> valueUnsafeSupplier)
public LinkedHashMapWrapper(BaseMapBuilder.UnsafeSupplier<K,java.lang.Exception> keyUnsafeSupplier, V value)
public LinkedHashMapBuilder.LinkedHashMapWrapper<K,V> put(java.util.Collection<? extends K> inputCollection, BaseMapBuilder.UnsafeFunction<K,V,java.lang.Exception> unsafeFunction)
public LinkedHashMapBuilder.LinkedHashMapWrapper<K,V> put(K key, BaseMapBuilder.UnsafeSupplier<V,java.lang.Exception> valueUnsafeSupplier)
public LinkedHashMapBuilder.LinkedHashMapWrapper<K,V> put(K key, V value)
public LinkedHashMapBuilder.LinkedHashMapWrapper<K,V> put(BaseMapBuilder.UnsafeSupplier<K,java.lang.Exception> keyUnsafeSupplier, BaseMapBuilder.UnsafeSupplier<V,java.lang.Exception> valueUnsafeSupplier)
public LinkedHashMapBuilder.LinkedHashMapWrapper<K,V> put(BaseMapBuilder.UnsafeSupplier<K,java.lang.Exception> keyUnsafeSupplier, V value)