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