Class MutableObjectShortHashingStrategyMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.MutableObjectShortHashingStrategyMapFactoryImpl
- All Implemented Interfaces:
MutableObjectShortHashingStrategyMapFactory
public class MutableObjectShortHashingStrategyMapFactoryImpl
extends Object
implements MutableObjectShortHashingStrategyMapFactory
MutableObjectShortHashingStrategyMapFactoryImpl is a factory implementation which creates instances of type
MutableObjectShortMap.
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> MutableObjectShortMap<K> empty(HashingStrategy<? super K> hashingStrategy) <K> MutableObjectShortMap<K> of(HashingStrategy<? super K> hashingStrategy) Same as.invalid reference
#empty()<K> MutableObjectShortMap<K> with(HashingStrategy<? super K> hashingStrategy) Same as.invalid reference
#empty()<K> MutableObjectShortMap<K> withInitialCapacity(HashingStrategy<? super K> hashingStrategy, int initialCapacity) Same asbut takes in an initial capacityinvalid reference
#empty()
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableObjectShortHashingStrategyMapFactoryImpl
public MutableObjectShortHashingStrategyMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableObjectShortHashingStrategyMapFactory
-
of
Description copied from interface:MutableObjectShortHashingStrategyMapFactorySame as.invalid reference
#empty()- Specified by:
ofin interfaceMutableObjectShortHashingStrategyMapFactory
-
with
Description copied from interface:MutableObjectShortHashingStrategyMapFactorySame as.invalid reference
#empty()- Specified by:
within interfaceMutableObjectShortHashingStrategyMapFactory
-
withInitialCapacity
public <K> MutableObjectShortMap<K> withInitialCapacity(HashingStrategy<? super K> hashingStrategy, int initialCapacity) Description copied from interface:MutableObjectShortHashingStrategyMapFactorySame asbut takes in an initial capacityinvalid reference
#empty()- Specified by:
withInitialCapacityin interfaceMutableObjectShortHashingStrategyMapFactory
-