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) <K> MutableObjectCharMap<K>with(HashingStrategy<? super K> hashingStrategy) <K> MutableObjectCharMap<K>withInitialCapacity(HashingStrategy<? super K> hashingStrategy, int initialCapacity)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableObjectCharHashingStrategyMapFactoryImpl
public MutableObjectCharHashingStrategyMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableObjectCharHashingStrategyMapFactory
-
of
- Specified by:
ofin interfaceMutableObjectCharHashingStrategyMapFactory
-
with
- Specified by:
within interfaceMutableObjectCharHashingStrategyMapFactory
-
withInitialCapacity
public <K> MutableObjectCharMap<K> withInitialCapacity(HashingStrategy<? super K> hashingStrategy, int initialCapacity) - Specified by:
withInitialCapacityin interfaceMutableObjectCharHashingStrategyMapFactory
-