Class MutableObjectIntHashingStrategyMapFactoryImpl
- java.lang.Object
-
- org.eclipse.collections.impl.map.mutable.primitive.MutableObjectIntHashingStrategyMapFactoryImpl
-
- All Implemented Interfaces:
MutableObjectIntHashingStrategyMapFactory
public class MutableObjectIntHashingStrategyMapFactoryImpl extends Object implements MutableObjectIntHashingStrategyMapFactory
MutableObjectIntHashingStrategyMapFactoryImpl is a factory implementation which creates instances of typeMutableObjectIntMap. This file was automatically generated from template file mutableObjectPrimitiveHashingStrategyMapFactoryImpl.stg.- Since:
- 11.1.
-
-
Field Summary
Fields Modifier and Type Field Description static MutableObjectIntHashingStrategyMapFactoryINSTANCE
-
Constructor Summary
Constructors Constructor Description MutableObjectIntHashingStrategyMapFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <K> MutableObjectIntMap<K>empty(HashingStrategy<? super K> hashingStrategy)<K> MutableObjectIntMap<K>of(HashingStrategy<? super K> hashingStrategy)<K> MutableObjectIntMap<K>with(HashingStrategy<? super K> hashingStrategy)<K> MutableObjectIntMap<K>withInitialCapacity(HashingStrategy<? super K> hashingStrategy, int initialCapacity)
-
-
-
Field Detail
-
INSTANCE
public static final MutableObjectIntHashingStrategyMapFactory INSTANCE
-
-
Method Detail
-
empty
public <K> MutableObjectIntMap<K> empty(HashingStrategy<? super K> hashingStrategy)
- Specified by:
emptyin interfaceMutableObjectIntHashingStrategyMapFactory
-
of
public <K> MutableObjectIntMap<K> of(HashingStrategy<? super K> hashingStrategy)
- Specified by:
ofin interfaceMutableObjectIntHashingStrategyMapFactory
-
with
public <K> MutableObjectIntMap<K> with(HashingStrategy<? super K> hashingStrategy)
- Specified by:
within interfaceMutableObjectIntHashingStrategyMapFactory
-
withInitialCapacity
public <K> MutableObjectIntMap<K> withInitialCapacity(HashingStrategy<? super K> hashingStrategy, int initialCapacity)
- Specified by:
withInitialCapacityin interfaceMutableObjectIntHashingStrategyMapFactory
-
-