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 asinvalid reference
#empty()
<K> MutableObjectCharMap
<K> with
(HashingStrategy<? super K> hashingStrategy) Same asinvalid reference
#empty()
<K> MutableObjectCharMap
<K> withInitialCapacity
(HashingStrategy<? super K> hashingStrategy, int initialCapacity) Same asinvalid reference
#empty()
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableObjectCharHashingStrategyMapFactoryImpl
public MutableObjectCharHashingStrategyMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
empty
in interfaceMutableObjectCharHashingStrategyMapFactory
-
of
Description copied from interface:MutableObjectCharHashingStrategyMapFactory
Same asinvalid reference
#empty()
- Specified by:
of
in interfaceMutableObjectCharHashingStrategyMapFactory
-
with
Description copied from interface:MutableObjectCharHashingStrategyMapFactory
Same asinvalid reference
#empty()
- Specified by:
with
in interfaceMutableObjectCharHashingStrategyMapFactory
-
withInitialCapacity
public <K> MutableObjectCharMap<K> withInitialCapacity(HashingStrategy<? super K> hashingStrategy, int initialCapacity) Description copied from interface:MutableObjectCharHashingStrategyMapFactory
Same asinvalid reference
#empty()
- Specified by:
withInitialCapacity
in interfaceMutableObjectCharHashingStrategyMapFactory
-