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
-
Constructor Summary
-
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:
empty
in interfaceMutableObjectCharHashingStrategyMapFactory
-
of
Description copied from interface:MutableObjectCharHashingStrategyMapFactory
Same as#empty()
.- Specified by:
of
in interfaceMutableObjectCharHashingStrategyMapFactory
-
with
Description copied from interface:MutableObjectCharHashingStrategyMapFactory
Same as#empty()
.- Specified by:
with
in interfaceMutableObjectCharHashingStrategyMapFactory
-
withInitialCapacity
public <K> MutableObjectCharMap<K> withInitialCapacity(HashingStrategy<? super K> hashingStrategy, int initialCapacity) Description copied from interface:MutableObjectCharHashingStrategyMapFactory
Same as#empty()
but takes in an initial capacity- Specified by:
withInitialCapacity
in interfaceMutableObjectCharHashingStrategyMapFactory
-