@Immutable
public final class MutableHashingStrategyMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.strategy.MutableHashingStrategyMapFactory
| Constructor and Description |
|---|
MutableHashingStrategyMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<K,V> com.gs.collections.api.map.MutableMap<K,V> |
of(com.gs.collections.api.block.HashingStrategy<? super K> hashingStrategy)
Same as
MutableHashingStrategyMapFactory.with(HashingStrategy). |
<K,V> com.gs.collections.api.map.MutableMap<K,V> |
of(com.gs.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key,
V value)
Same as
MutableHashingStrategyMapFactory.with(com.gs.collections.api.block.HashingStrategy, Object, Object). |
<K,V> com.gs.collections.api.map.MutableMap<K,V> |
of(com.gs.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key1,
V value1,
K key2,
V value2)
Same as
MutableHashingStrategyMapFactory.with(com.gs.collections.api.block.HashingStrategy, Object, Object, Object, Object). |
<K,V> com.gs.collections.api.map.MutableMap<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
MutableHashingStrategyMapFactory.with(com.gs.collections.api.block.HashingStrategy, Object, Object, Object, Object, Object, Object). |
<K,V> com.gs.collections.api.map.MutableMap<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
MutableHashingStrategyMapFactory.with(com.gs.collections.api.block.HashingStrategy, Object, Object, Object, Object, Object, Object, Object, Object). |
<K,V> com.gs.collections.api.map.MutableMap<K,V> |
with(com.gs.collections.api.block.HashingStrategy<? super K> hashingStrategy) |
<K,V> com.gs.collections.api.map.MutableMap<K,V> |
with(com.gs.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key,
V value) |
<K,V> com.gs.collections.api.map.MutableMap<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.MutableMap<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.MutableMap<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) |
public MutableHashingStrategyMapFactoryImpl()
public <K,V> com.gs.collections.api.map.MutableMap<K,V> of(com.gs.collections.api.block.HashingStrategy<? super K> hashingStrategy)
com.gs.collections.api.factory.map.strategy.MutableHashingStrategyMapFactoryMutableHashingStrategyMapFactory.with(HashingStrategy).of in interface com.gs.collections.api.factory.map.strategy.MutableHashingStrategyMapFactorypublic <K,V> com.gs.collections.api.map.MutableMap<K,V> with(com.gs.collections.api.block.HashingStrategy<? super K> hashingStrategy)
with in interface com.gs.collections.api.factory.map.strategy.MutableHashingStrategyMapFactorypublic <K,V> com.gs.collections.api.map.MutableMap<K,V> of(com.gs.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key,
V value)
com.gs.collections.api.factory.map.strategy.MutableHashingStrategyMapFactoryMutableHashingStrategyMapFactory.with(com.gs.collections.api.block.HashingStrategy, Object, Object).of in interface com.gs.collections.api.factory.map.strategy.MutableHashingStrategyMapFactorypublic <K,V> com.gs.collections.api.map.MutableMap<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.MutableHashingStrategyMapFactorypublic <K,V> com.gs.collections.api.map.MutableMap<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.MutableHashingStrategyMapFactoryMutableHashingStrategyMapFactory.with(com.gs.collections.api.block.HashingStrategy, Object, Object, Object, Object).of in interface com.gs.collections.api.factory.map.strategy.MutableHashingStrategyMapFactorypublic <K,V> com.gs.collections.api.map.MutableMap<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.MutableHashingStrategyMapFactorypublic <K,V> com.gs.collections.api.map.MutableMap<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.MutableHashingStrategyMapFactoryMutableHashingStrategyMapFactory.with(com.gs.collections.api.block.HashingStrategy, Object, Object, Object, Object, Object, Object).of in interface com.gs.collections.api.factory.map.strategy.MutableHashingStrategyMapFactorypublic <K,V> com.gs.collections.api.map.MutableMap<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.MutableHashingStrategyMapFactorypublic <K,V> com.gs.collections.api.map.MutableMap<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.MutableHashingStrategyMapFactoryMutableHashingStrategyMapFactory.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.MutableHashingStrategyMapFactorypublic <K,V> com.gs.collections.api.map.MutableMap<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.MutableHashingStrategyMapFactory