MutableHashingStrategyMapFactoryImpl
public interface MutableHashingStrategyMapFactory
Modifier and Type | Method | Description |
---|---|---|
<K,V> MutableMap<K,V> |
of(HashingStrategy<? super K> hashingStrategy) |
Same as
with(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) |
<K,V> MutableMap<K,V> of(HashingStrategy<? super K> hashingStrategy)
with(HashingStrategy)
.<K,V> MutableMap<K,V> with(HashingStrategy<? super K> hashingStrategy)
<K,V> MutableMap<K,V> of(HashingStrategy<? super K> hashingStrategy, K key, V value)
<K,V> MutableMap<K,V> with(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> with(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> with(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 key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4)
Copyright © 2004–2018. All rights reserved.