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