public class MutableObjectDoubleHashingStrategyMapFactoryImpl extends Object implements MutableObjectDoubleHashingStrategyMapFactory
MutableObjectDoubleMap.
This file was automatically generated from template file mutableObjectPrimitiveHashingStrategyMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static MutableObjectDoubleHashingStrategyMapFactory |
INSTANCE |
| Constructor and Description |
|---|
MutableObjectDoubleHashingStrategyMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<K> MutableObjectDoubleMap<K> |
empty(HashingStrategy<? super K> hashingStrategy) |
<K> MutableObjectDoubleMap<K> |
of(HashingStrategy<? super K> hashingStrategy) |
<K> MutableObjectDoubleMap<K> |
with(HashingStrategy<? super K> hashingStrategy) |
<K> MutableObjectDoubleMap<K> |
withInitialCapacity(HashingStrategy<? super K> hashingStrategy,
int initialCapacity) |
public static final MutableObjectDoubleHashingStrategyMapFactory INSTANCE
public MutableObjectDoubleHashingStrategyMapFactoryImpl()
public <K> MutableObjectDoubleMap<K> empty(HashingStrategy<? super K> hashingStrategy)
empty in interface MutableObjectDoubleHashingStrategyMapFactorypublic <K> MutableObjectDoubleMap<K> of(HashingStrategy<? super K> hashingStrategy)
of in interface MutableObjectDoubleHashingStrategyMapFactorypublic <K> MutableObjectDoubleMap<K> with(HashingStrategy<? super K> hashingStrategy)
with in interface MutableObjectDoubleHashingStrategyMapFactorypublic <K> MutableObjectDoubleMap<K> withInitialCapacity(HashingStrategy<? super K> hashingStrategy, int initialCapacity)
withInitialCapacity in interface MutableObjectDoubleHashingStrategyMapFactoryCopyright © 2004–2022. All rights reserved.