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