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