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