@Immutable
public final class ImmutableHashingStrategyMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.strategy.ImmutableHashingStrategyMapFactory
| Constructor and Description |
|---|
ImmutableHashingStrategyMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<K,V> com.gs.collections.api.map.ImmutableMap<K,V> |
of(com.gs.collections.api.block.HashingStrategy<? super K> hashingStrategy)
Same as
ImmutableHashingStrategyMapFactory.with(HashingStrategy). |
<K,V> com.gs.collections.api.map.ImmutableMap<K,V> |
of(com.gs.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key,
V value)
Same as
ImmutableHashingStrategyMapFactory.with(com.gs.collections.api.block.HashingStrategy, Object, Object). |
<K,V> com.gs.collections.api.map.ImmutableMap<K,V> |
of(com.gs.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key1,
V value1,
K key2,
V value2)
Same as
ImmutableHashingStrategyMapFactory.with(com.gs.collections.api.block.HashingStrategy, Object, Object, Object, Object). |
<K,V> com.gs.collections.api.map.ImmutableMap<K,V> |
of(com.gs.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key1,
V value1,
K key2,
V value2,
K key3,
V value3)
Same as
ImmutableHashingStrategyMapFactory.with(com.gs.collections.api.block.HashingStrategy, Object, Object, Object, Object, Object, Object). |
<K,V> com.gs.collections.api.map.ImmutableMap<K,V> |
of(com.gs.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key1,
V value1,
K key2,
V value2,
K key3,
V value3,
K key4,
V value4)
Same as
ImmutableHashingStrategyMapFactory.with(com.gs.collections.api.block.HashingStrategy, Object, Object, Object, Object, Object, Object, Object, Object). |
<K,V> com.gs.collections.api.map.ImmutableMap<K,V> |
ofAll(java.util.Map<K,V> map)
Same as
ImmutableHashingStrategyMapFactory.withAll(Map). |
<K,V> com.gs.collections.api.map.ImmutableMap<K,V> |
ofMap(java.util.Map<K,V> map)
Deprecated.
use
ofAll(Map) instead (inlineable) |
<K,V> com.gs.collections.api.map.ImmutableMap<K,V> |
with(com.gs.collections.api.block.HashingStrategy<? super K> hashingStrategy) |
<K,V> com.gs.collections.api.map.ImmutableMap<K,V> |
with(com.gs.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key,
V value) |
<K,V> com.gs.collections.api.map.ImmutableMap<K,V> |
with(com.gs.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key1,
V value1,
K key2,
V value2) |
<K,V> com.gs.collections.api.map.ImmutableMap<K,V> |
with(com.gs.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key1,
V value1,
K key2,
V value2,
K key3,
V value3) |
<K,V> com.gs.collections.api.map.ImmutableMap<K,V> |
with(com.gs.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> com.gs.collections.api.map.ImmutableMap<K,V> |
withAll(java.util.Map<K,V> map) |
public ImmutableHashingStrategyMapFactoryImpl()
public <K,V> com.gs.collections.api.map.ImmutableMap<K,V> of(com.gs.collections.api.block.HashingStrategy<? super K> hashingStrategy)
com.gs.collections.api.factory.map.strategy.ImmutableHashingStrategyMapFactoryImmutableHashingStrategyMapFactory.with(HashingStrategy).of in interface com.gs.collections.api.factory.map.strategy.ImmutableHashingStrategyMapFactorypublic <K,V> com.gs.collections.api.map.ImmutableMap<K,V> with(com.gs.collections.api.block.HashingStrategy<? super K> hashingStrategy)
with in interface com.gs.collections.api.factory.map.strategy.ImmutableHashingStrategyMapFactorypublic <K,V> com.gs.collections.api.map.ImmutableMap<K,V> of(com.gs.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key,
V value)
com.gs.collections.api.factory.map.strategy.ImmutableHashingStrategyMapFactoryImmutableHashingStrategyMapFactory.with(com.gs.collections.api.block.HashingStrategy, Object, Object).of in interface com.gs.collections.api.factory.map.strategy.ImmutableHashingStrategyMapFactorypublic <K,V> com.gs.collections.api.map.ImmutableMap<K,V> with(com.gs.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key,
V value)
with in interface com.gs.collections.api.factory.map.strategy.ImmutableHashingStrategyMapFactorypublic <K,V> com.gs.collections.api.map.ImmutableMap<K,V> of(com.gs.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key1,
V value1,
K key2,
V value2)
com.gs.collections.api.factory.map.strategy.ImmutableHashingStrategyMapFactoryImmutableHashingStrategyMapFactory.with(com.gs.collections.api.block.HashingStrategy, Object, Object, Object, Object).of in interface com.gs.collections.api.factory.map.strategy.ImmutableHashingStrategyMapFactorypublic <K,V> com.gs.collections.api.map.ImmutableMap<K,V> with(com.gs.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key1,
V value1,
K key2,
V value2)
with in interface com.gs.collections.api.factory.map.strategy.ImmutableHashingStrategyMapFactorypublic <K,V> com.gs.collections.api.map.ImmutableMap<K,V> of(com.gs.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key1,
V value1,
K key2,
V value2,
K key3,
V value3)
com.gs.collections.api.factory.map.strategy.ImmutableHashingStrategyMapFactoryImmutableHashingStrategyMapFactory.with(com.gs.collections.api.block.HashingStrategy, Object, Object, Object, Object, Object, Object).of in interface com.gs.collections.api.factory.map.strategy.ImmutableHashingStrategyMapFactorypublic <K,V> com.gs.collections.api.map.ImmutableMap<K,V> with(com.gs.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key1,
V value1,
K key2,
V value2,
K key3,
V value3)
with in interface com.gs.collections.api.factory.map.strategy.ImmutableHashingStrategyMapFactorypublic <K,V> com.gs.collections.api.map.ImmutableMap<K,V> of(com.gs.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key1,
V value1,
K key2,
V value2,
K key3,
V value3,
K key4,
V value4)
com.gs.collections.api.factory.map.strategy.ImmutableHashingStrategyMapFactoryImmutableHashingStrategyMapFactory.with(com.gs.collections.api.block.HashingStrategy, Object, Object, Object, Object, Object, Object, Object, Object).of in interface com.gs.collections.api.factory.map.strategy.ImmutableHashingStrategyMapFactorypublic <K,V> com.gs.collections.api.map.ImmutableMap<K,V> with(com.gs.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 com.gs.collections.api.factory.map.strategy.ImmutableHashingStrategyMapFactory@Deprecated public <K,V> com.gs.collections.api.map.ImmutableMap<K,V> ofMap(java.util.Map<K,V> map)
ofAll(Map) instead (inlineable)ofMap in interface com.gs.collections.api.factory.map.strategy.ImmutableHashingStrategyMapFactorypublic <K,V> com.gs.collections.api.map.ImmutableMap<K,V> ofAll(java.util.Map<K,V> map)
com.gs.collections.api.factory.map.strategy.ImmutableHashingStrategyMapFactoryImmutableHashingStrategyMapFactory.withAll(Map).ofAll in interface com.gs.collections.api.factory.map.strategy.ImmutableHashingStrategyMapFactorypublic <K,V> com.gs.collections.api.map.ImmutableMap<K,V> withAll(java.util.Map<K,V> map)
withAll in interface com.gs.collections.api.factory.map.strategy.ImmutableHashingStrategyMapFactory