MutableHashingStrategyMapFactory
@Immutable public final class MutableHashingStrategyMapFactoryImpl extends Object implements MutableHashingStrategyMapFactory
Constructor | Description |
---|---|
MutableHashingStrategyMapFactoryImpl() |
Modifier and Type | Method | Description |
---|---|---|
<K,V> MutableMap<K,V> |
of(HashingStrategy<? super K> hashingStrategy) |
|
<K,V> MutableMap<K,V> |
of(HashingStrategy<? super K> hashingStrategy,
K key,
V value) |
|
<K,V> MutableMap<K,V> |
of(HashingStrategy<? super K> hashingStrategy,
K key1,
V value1,
K key2,
V value2) |
|
<K,V> MutableMap<K,V> |
of(HashingStrategy<? super K> hashingStrategy,
K key1,
V value1,
K key2,
V value2,
K key3,
V value3) |
|
<K,V> MutableMap<K,V> |
of(HashingStrategy<? super K> hashingStrategy,
K key1,
V value1,
K key2,
V value2,
K key3,
V value3,
K key4,
V value4) |
|
<K,V> MutableMap<K,V> |
with(HashingStrategy<? super K> hashingStrategy) |
|
<K,V> MutableMap<K,V> |
with(HashingStrategy<? super K> hashingStrategy,
K key,
V value) |
|
<K,V> MutableMap<K,V> |
with(HashingStrategy<? super K> hashingStrategy,
K key1,
V value1,
K key2,
V value2) |
|
<K,V> MutableMap<K,V> |
with(HashingStrategy<? super K> hashingStrategy,
K key1,
V value1,
K key2,
V value2,
K key3,
V value3) |
|
<K,V> MutableMap<K,V> |
with(HashingStrategy<? super K> hashingStrategy,
K key1,
V value1,
K key2,
V value2,
K key3,
V value3,
K key4,
V value4) |
public MutableHashingStrategyMapFactoryImpl()
public <K,V> MutableMap<K,V> of(HashingStrategy<? super K> hashingStrategy)
MutableHashingStrategyMapFactory
of
in interface MutableHashingStrategyMapFactory
public <K,V> MutableMap<K,V> with(HashingStrategy<? super K> hashingStrategy)
with
in interface MutableHashingStrategyMapFactory
public <K,V> MutableMap<K,V> of(HashingStrategy<? super K> hashingStrategy, K key, V value)
MutableHashingStrategyMapFactory
of
in interface MutableHashingStrategyMapFactory
public <K,V> MutableMap<K,V> with(HashingStrategy<? super K> hashingStrategy, K key, V value)
with
in interface MutableHashingStrategyMapFactory
public <K,V> MutableMap<K,V> of(HashingStrategy<? super K> hashingStrategy, K key1, V value1, K key2, V value2)
MutableHashingStrategyMapFactory
of
in interface MutableHashingStrategyMapFactory
public <K,V> MutableMap<K,V> with(HashingStrategy<? super K> hashingStrategy, K key1, V value1, K key2, V value2)
with
in interface MutableHashingStrategyMapFactory
public <K,V> MutableMap<K,V> of(HashingStrategy<? super K> hashingStrategy, K key1, V value1, K key2, V value2, K key3, V value3)
MutableHashingStrategyMapFactory
of
in interface MutableHashingStrategyMapFactory
public <K,V> MutableMap<K,V> with(HashingStrategy<? super K> hashingStrategy, K key1, V value1, K key2, V value2, K key3, V value3)
with
in interface MutableHashingStrategyMapFactory
public <K,V> MutableMap<K,V> of(HashingStrategy<? super K> hashingStrategy, K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4)
MutableHashingStrategyMapFactory
of
in interface MutableHashingStrategyMapFactory
public <K,V> MutableMap<K,V> with(HashingStrategy<? super K> hashingStrategy, K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4)
with
in interface MutableHashingStrategyMapFactory
Copyright © 2004–2017. All rights reserved.