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