@Immutable public final class ImmutableHashingStrategyMapFactoryImpl extends Object implements org.eclipse.collections.api.factory.map.strategy.ImmutableHashingStrategyMapFactory
| Constructor and Description |
|---|
ImmutableHashingStrategyMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<K,V> org.eclipse.collections.api.map.ImmutableMap<K,V> |
of(org.eclipse.collections.api.block.HashingStrategy<? super K> hashingStrategy) |
<K,V> org.eclipse.collections.api.map.ImmutableMap<K,V> |
of(org.eclipse.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key,
V value) |
<K,V> org.eclipse.collections.api.map.ImmutableMap<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.ImmutableMap<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.ImmutableMap<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.ImmutableMap<K,V> |
ofAll(Map<K,V> map) |
<K,V> org.eclipse.collections.api.map.ImmutableMap<K,V> |
ofMap(Map<K,V> map)
Deprecated.
use
ofAll(Map) instead (inlineable) |
<K,V> org.eclipse.collections.api.map.ImmutableMap<K,V> |
with(org.eclipse.collections.api.block.HashingStrategy<? super K> hashingStrategy) |
<K,V> org.eclipse.collections.api.map.ImmutableMap<K,V> |
with(org.eclipse.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key,
V value) |
<K,V> org.eclipse.collections.api.map.ImmutableMap<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.ImmutableMap<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.ImmutableMap<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) |
<K,V> org.eclipse.collections.api.map.ImmutableMap<K,V> |
withAll(Map<K,V> map) |
public ImmutableHashingStrategyMapFactoryImpl()
public <K,V> org.eclipse.collections.api.map.ImmutableMap<K,V> of(org.eclipse.collections.api.block.HashingStrategy<? super K> hashingStrategy)
of in interface org.eclipse.collections.api.factory.map.strategy.ImmutableHashingStrategyMapFactorypublic <K,V> org.eclipse.collections.api.map.ImmutableMap<K,V> with(org.eclipse.collections.api.block.HashingStrategy<? super K> hashingStrategy)
with in interface org.eclipse.collections.api.factory.map.strategy.ImmutableHashingStrategyMapFactorypublic <K,V> org.eclipse.collections.api.map.ImmutableMap<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.ImmutableHashingStrategyMapFactorypublic <K,V> org.eclipse.collections.api.map.ImmutableMap<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.ImmutableHashingStrategyMapFactorypublic <K,V> org.eclipse.collections.api.map.ImmutableMap<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.ImmutableHashingStrategyMapFactorypublic <K,V> org.eclipse.collections.api.map.ImmutableMap<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.ImmutableHashingStrategyMapFactorypublic <K,V> org.eclipse.collections.api.map.ImmutableMap<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.ImmutableHashingStrategyMapFactorypublic <K,V> org.eclipse.collections.api.map.ImmutableMap<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.ImmutableHashingStrategyMapFactorypublic <K,V> org.eclipse.collections.api.map.ImmutableMap<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.ImmutableHashingStrategyMapFactorypublic <K,V> org.eclipse.collections.api.map.ImmutableMap<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.ImmutableHashingStrategyMapFactory@Deprecated public <K,V> org.eclipse.collections.api.map.ImmutableMap<K,V> ofMap(Map<K,V> map)
ofAll(Map) instead (inlineable)ofMap in interface org.eclipse.collections.api.factory.map.strategy.ImmutableHashingStrategyMapFactorypublic <K,V> org.eclipse.collections.api.map.ImmutableMap<K,V> ofAll(Map<K,V> map)
ofAll in interface org.eclipse.collections.api.factory.map.strategy.ImmutableHashingStrategyMapFactorypublic <K,V> org.eclipse.collections.api.map.ImmutableMap<K,V> withAll(Map<K,V> map)
withAll in interface org.eclipse.collections.api.factory.map.strategy.ImmutableHashingStrategyMapFactoryCopyright © 2004–2018. All rights reserved.