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