@Immutable public final class MutableHashingStrategyMapFactoryImpl extends Object implements org.eclipse.collections.api.factory.map.strategy.MutableHashingStrategyMapFactory
| Constructor and Description |
|---|
MutableHashingStrategyMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<K,V> org.eclipse.collections.api.map.MutableMap<K,V> |
of(org.eclipse.collections.api.block.HashingStrategy<? super K> hashingStrategy) |
<K,V> org.eclipse.collections.api.map.MutableMap<K,V> |
of(org.eclipse.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key,
V value) |
<K,V> org.eclipse.collections.api.map.MutableMap<K,V> |
of(org.eclipse.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key1,
V value1,
K key2,
V value2) |
<K,V> org.eclipse.collections.api.map.MutableMap<K,V> |
of(org.eclipse.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key1,
V value1,
K key2,
V value2,
K key3,
V value3) |
<K,V> org.eclipse.collections.api.map.MutableMap<K,V> |
of(org.eclipse.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key1,
V value1,
K key2,
V value2,
K key3,
V value3,
K key4,
V value4) |
<K,V> org.eclipse.collections.api.map.MutableMap<K,V> |
with(org.eclipse.collections.api.block.HashingStrategy<? super K> hashingStrategy) |
<K,V> org.eclipse.collections.api.map.MutableMap<K,V> |
with(org.eclipse.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key,
V value) |
<K,V> org.eclipse.collections.api.map.MutableMap<K,V> |
with(org.eclipse.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key1,
V value1,
K key2,
V value2) |
<K,V> org.eclipse.collections.api.map.MutableMap<K,V> |
with(org.eclipse.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key1,
V value1,
K key2,
V value2,
K key3,
V value3) |
<K,V> org.eclipse.collections.api.map.MutableMap<K,V> |
with(org.eclipse.collections.api.block.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> org.eclipse.collections.api.map.MutableMap<K,V> of(org.eclipse.collections.api.block.HashingStrategy<? super K> hashingStrategy)
of in interface org.eclipse.collections.api.factory.map.strategy.MutableHashingStrategyMapFactorypublic <K,V> org.eclipse.collections.api.map.MutableMap<K,V> with(org.eclipse.collections.api.block.HashingStrategy<? super K> hashingStrategy)
with in interface org.eclipse.collections.api.factory.map.strategy.MutableHashingStrategyMapFactorypublic <K,V> org.eclipse.collections.api.map.MutableMap<K,V> of(org.eclipse.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key,
V value)
of in interface org.eclipse.collections.api.factory.map.strategy.MutableHashingStrategyMapFactorypublic <K,V> org.eclipse.collections.api.map.MutableMap<K,V> with(org.eclipse.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key,
V value)
with in interface org.eclipse.collections.api.factory.map.strategy.MutableHashingStrategyMapFactorypublic <K,V> org.eclipse.collections.api.map.MutableMap<K,V> of(org.eclipse.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key1,
V value1,
K key2,
V value2)
of in interface org.eclipse.collections.api.factory.map.strategy.MutableHashingStrategyMapFactorypublic <K,V> org.eclipse.collections.api.map.MutableMap<K,V> with(org.eclipse.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key1,
V value1,
K key2,
V value2)
with in interface org.eclipse.collections.api.factory.map.strategy.MutableHashingStrategyMapFactorypublic <K,V> org.eclipse.collections.api.map.MutableMap<K,V> of(org.eclipse.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key1,
V value1,
K key2,
V value2,
K key3,
V value3)
of in interface org.eclipse.collections.api.factory.map.strategy.MutableHashingStrategyMapFactorypublic <K,V> org.eclipse.collections.api.map.MutableMap<K,V> with(org.eclipse.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key1,
V value1,
K key2,
V value2,
K key3,
V value3)
with in interface org.eclipse.collections.api.factory.map.strategy.MutableHashingStrategyMapFactorypublic <K,V> org.eclipse.collections.api.map.MutableMap<K,V> of(org.eclipse.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key1,
V value1,
K key2,
V value2,
K key3,
V value3,
K key4,
V value4)
of in interface org.eclipse.collections.api.factory.map.strategy.MutableHashingStrategyMapFactorypublic <K,V> org.eclipse.collections.api.map.MutableMap<K,V> with(org.eclipse.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key1,
V value1,
K key2,
V value2,
K key3,
V value3,
K key4,
V value4)
with in interface org.eclipse.collections.api.factory.map.strategy.MutableHashingStrategyMapFactoryCopyright © 2004–2018. All rights reserved.