Class MutableObjectFloatHashingStrategyMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.MutableObjectFloatHashingStrategyMapFactoryImpl
- All Implemented Interfaces:
MutableObjectFloatHashingStrategyMapFactory
public class MutableObjectFloatHashingStrategyMapFactoryImpl
extends Object
implements MutableObjectFloatHashingStrategyMapFactory
MutableObjectFloatHashingStrategyMapFactoryImpl is a factory implementation which creates instances of type
MutableObjectFloatMap.
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> MutableObjectFloatMap<K> empty(HashingStrategy<? super K> hashingStrategy) <K> MutableObjectFloatMap<K> of(HashingStrategy<? super K> hashingStrategy) Same as.invalid reference
#empty()<K> MutableObjectFloatMap<K> with(HashingStrategy<? super K> hashingStrategy) Same as.invalid reference
#empty()<K> MutableObjectFloatMap<K> withInitialCapacity(HashingStrategy<? super K> hashingStrategy, int initialCapacity) Same asbut takes in an initial capacityinvalid reference
#empty()
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableObjectFloatHashingStrategyMapFactoryImpl
public MutableObjectFloatHashingStrategyMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableObjectFloatHashingStrategyMapFactory
-
of
Description copied from interface:MutableObjectFloatHashingStrategyMapFactorySame as.invalid reference
#empty()- Specified by:
ofin interfaceMutableObjectFloatHashingStrategyMapFactory
-
with
Description copied from interface:MutableObjectFloatHashingStrategyMapFactorySame as.invalid reference
#empty()- Specified by:
within interfaceMutableObjectFloatHashingStrategyMapFactory
-
withInitialCapacity
public <K> MutableObjectFloatMap<K> withInitialCapacity(HashingStrategy<? super K> hashingStrategy, int initialCapacity) Description copied from interface:MutableObjectFloatHashingStrategyMapFactorySame asbut takes in an initial capacityinvalid reference
#empty()- Specified by:
withInitialCapacityin interfaceMutableObjectFloatHashingStrategyMapFactory
-