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)
MutableHashingStrategyMapFactoryof in interface MutableHashingStrategyMapFactorypublic <K,V> MutableMap<K,V> with(HashingStrategy<? super K> hashingStrategy)
with in interface MutableHashingStrategyMapFactorypublic <K,V> MutableMap<K,V> of(HashingStrategy<? super K> hashingStrategy, K key, V value)
MutableHashingStrategyMapFactoryof in interface MutableHashingStrategyMapFactorypublic <K,V> MutableMap<K,V> with(HashingStrategy<? super K> hashingStrategy, K key, V value)
with in interface MutableHashingStrategyMapFactorypublic <K,V> MutableMap<K,V> of(HashingStrategy<? super K> hashingStrategy, K key1, V value1, K key2, V value2)
MutableHashingStrategyMapFactoryof in interface MutableHashingStrategyMapFactorypublic <K,V> MutableMap<K,V> with(HashingStrategy<? super K> hashingStrategy, K key1, V value1, K key2, V value2)
with in interface MutableHashingStrategyMapFactorypublic <K,V> MutableMap<K,V> of(HashingStrategy<? super K> hashingStrategy, K key1, V value1, K key2, V value2, K key3, V value3)
MutableHashingStrategyMapFactoryof in interface MutableHashingStrategyMapFactorypublic <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 MutableHashingStrategyMapFactorypublic <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)
MutableHashingStrategyMapFactoryof in interface MutableHashingStrategyMapFactorypublic <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 MutableHashingStrategyMapFactoryCopyright © 2004–2017. All rights reserved.