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