Class MutableObjectCharHashingStrategyMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.MutableObjectCharHashingStrategyMapFactoryImpl
- All Implemented Interfaces:
MutableObjectCharHashingStrategyMapFactory
public class MutableObjectCharHashingStrategyMapFactoryImpl
extends Object
implements MutableObjectCharHashingStrategyMapFactory
MutableObjectCharHashingStrategyMapFactoryImpl is a factory implementation which creates instances of type
MutableObjectCharMap.
This file was automatically generated from template file mutableObjectPrimitiveHashingStrategyMapFactoryImpl.stg.- Since:
- 11.1.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<K> MutableObjectCharMap<K>empty(HashingStrategy<? super K> hashingStrategy) <K> MutableObjectCharMap<K>of(HashingStrategy<? super K> hashingStrategy) Same as#empty().<K> MutableObjectCharMap<K>with(HashingStrategy<? super K> hashingStrategy) Same as#empty().<K> MutableObjectCharMap<K>withInitialCapacity(HashingStrategy<? super K> hashingStrategy, int initialCapacity) Same as#empty()but takes in an initial capacity
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableObjectCharHashingStrategyMapFactoryImpl
public MutableObjectCharHashingStrategyMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableObjectCharHashingStrategyMapFactory
-
of
Description copied from interface:MutableObjectCharHashingStrategyMapFactorySame as#empty().- Specified by:
ofin interfaceMutableObjectCharHashingStrategyMapFactory
-
with
Description copied from interface:MutableObjectCharHashingStrategyMapFactorySame as#empty().- Specified by:
within interfaceMutableObjectCharHashingStrategyMapFactory
-
withInitialCapacity
public <K> MutableObjectCharMap<K> withInitialCapacity(HashingStrategy<? super K> hashingStrategy, int initialCapacity) Description copied from interface:MutableObjectCharHashingStrategyMapFactorySame as#empty()but takes in an initial capacity- Specified by:
withInitialCapacityin interfaceMutableObjectCharHashingStrategyMapFactory
-