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) Same as.invalid reference
#empty()<K> MutableObjectIntMap<K> with(HashingStrategy<? super K> hashingStrategy) Same as.invalid reference
#empty()<K> MutableObjectIntMap<K> withInitialCapacity(HashingStrategy<? super K> hashingStrategy, int initialCapacity) Same asbut takes in an initial capacityinvalid reference
#empty()
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableObjectIntHashingStrategyMapFactoryImpl
public MutableObjectIntHashingStrategyMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableObjectIntHashingStrategyMapFactory
-
of
Description copied from interface:MutableObjectIntHashingStrategyMapFactorySame as.invalid reference
#empty()- Specified by:
ofin interfaceMutableObjectIntHashingStrategyMapFactory
-
with
Description copied from interface:MutableObjectIntHashingStrategyMapFactorySame as.invalid reference
#empty()- Specified by:
within interfaceMutableObjectIntHashingStrategyMapFactory
-
withInitialCapacity
public <K> MutableObjectIntMap<K> withInitialCapacity(HashingStrategy<? super K> hashingStrategy, int initialCapacity) Description copied from interface:MutableObjectIntHashingStrategyMapFactorySame asbut takes in an initial capacityinvalid reference
#empty()- Specified by:
withInitialCapacityin interfaceMutableObjectIntHashingStrategyMapFactory
-