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 typeMutableObjectShortMap. This file was automatically generated from template file mutableObjectPrimitiveHashingStrategyMapFactoryImpl.stg.- Since:
- 11.1.
-
-
Field Summary
Fields Modifier and Type Field Description static MutableObjectShortHashingStrategyMapFactoryINSTANCE
-
Constructor Summary
Constructors Constructor Description MutableObjectShortHashingStrategyMapFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <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 Detail
-
INSTANCE
public static final MutableObjectShortHashingStrategyMapFactory INSTANCE
-
-
Method Detail
-
empty
public <K> MutableObjectShortMap<K> empty(HashingStrategy<? super K> hashingStrategy)
- Specified by:
emptyin interfaceMutableObjectShortHashingStrategyMapFactory
-
of
public <K> MutableObjectShortMap<K> of(HashingStrategy<? super K> hashingStrategy)
- Specified by:
ofin interfaceMutableObjectShortHashingStrategyMapFactory
-
with
public <K> MutableObjectShortMap<K> with(HashingStrategy<? super K> hashingStrategy)
- Specified by:
within interfaceMutableObjectShortHashingStrategyMapFactory
-
withInitialCapacity
public <K> MutableObjectShortMap<K> withInitialCapacity(HashingStrategy<? super K> hashingStrategy, int initialCapacity)
- Specified by:
withInitialCapacityin interfaceMutableObjectShortHashingStrategyMapFactory
-
-