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) <K> MutableObjectLongMap<K>with(HashingStrategy<? super K> hashingStrategy) <K> MutableObjectLongMap<K>withInitialCapacity(HashingStrategy<? super K> hashingStrategy, int initialCapacity)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableObjectLongHashingStrategyMapFactoryImpl
public MutableObjectLongHashingStrategyMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableObjectLongHashingStrategyMapFactory
-
of
- Specified by:
ofin interfaceMutableObjectLongHashingStrategyMapFactory
-
with
- Specified by:
within interfaceMutableObjectLongHashingStrategyMapFactory
-
withInitialCapacity
public <K> MutableObjectLongMap<K> withInitialCapacity(HashingStrategy<? super K> hashingStrategy, int initialCapacity) - Specified by:
withInitialCapacityin interfaceMutableObjectLongHashingStrategyMapFactory
-