Class MutableObjectDoubleHashingStrategyMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.MutableObjectDoubleHashingStrategyMapFactoryImpl
- All Implemented Interfaces:
MutableObjectDoubleHashingStrategyMapFactory
public class MutableObjectDoubleHashingStrategyMapFactoryImpl
extends Object
implements MutableObjectDoubleHashingStrategyMapFactory
MutableObjectDoubleHashingStrategyMapFactoryImpl is a factory implementation which creates instances of type
MutableObjectDoubleMap.
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> MutableObjectDoubleMap<K>empty(HashingStrategy<? super K> hashingStrategy) <K> MutableObjectDoubleMap<K>of(HashingStrategy<? super K> hashingStrategy) <K> MutableObjectDoubleMap<K>with(HashingStrategy<? super K> hashingStrategy) <K> MutableObjectDoubleMap<K>withInitialCapacity(HashingStrategy<? super K> hashingStrategy, int initialCapacity)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableObjectDoubleHashingStrategyMapFactoryImpl
public MutableObjectDoubleHashingStrategyMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableObjectDoubleHashingStrategyMapFactory
-
of
- Specified by:
ofin interfaceMutableObjectDoubleHashingStrategyMapFactory
-
with
- Specified by:
within interfaceMutableObjectDoubleHashingStrategyMapFactory
-
withInitialCapacity
public <K> MutableObjectDoubleMap<K> withInitialCapacity(HashingStrategy<? super K> hashingStrategy, int initialCapacity) - Specified by:
withInitialCapacityin interfaceMutableObjectDoubleHashingStrategyMapFactory
-