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 type
MutableObjectIntMap.
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> 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 Details
-
INSTANCE
-
-
Constructor Details
-
MutableObjectIntHashingStrategyMapFactoryImpl
public MutableObjectIntHashingStrategyMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableObjectIntHashingStrategyMapFactory
-
of
- Specified by:
ofin interfaceMutableObjectIntHashingStrategyMapFactory
-
with
- Specified by:
within interfaceMutableObjectIntHashingStrategyMapFactory
-
withInitialCapacity
public <K> MutableObjectIntMap<K> withInitialCapacity(HashingStrategy<? super K> hashingStrategy, int initialCapacity) - Specified by:
withInitialCapacityin interfaceMutableObjectIntHashingStrategyMapFactory
-