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 typeMutableObjectLongMap. This file was automatically generated from template file mutableObjectPrimitiveHashingStrategyMapFactoryImpl.stg.- Since:
- 11.1.
-
-
Field Summary
Fields Modifier and Type Field Description static MutableObjectLongHashingStrategyMapFactoryINSTANCE
-
Constructor Summary
Constructors Constructor Description MutableObjectLongHashingStrategyMapFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <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 Detail
-
INSTANCE
public static final MutableObjectLongHashingStrategyMapFactory INSTANCE
-
-
Method Detail
-
empty
public <K> MutableObjectLongMap<K> empty(HashingStrategy<? super K> hashingStrategy)
- Specified by:
emptyin interfaceMutableObjectLongHashingStrategyMapFactory
-
of
public <K> MutableObjectLongMap<K> of(HashingStrategy<? super K> hashingStrategy)
- Specified by:
ofin interfaceMutableObjectLongHashingStrategyMapFactory
-
with
public <K> MutableObjectLongMap<K> with(HashingStrategy<? super K> hashingStrategy)
- Specified by:
within interfaceMutableObjectLongHashingStrategyMapFactory
-
withInitialCapacity
public <K> MutableObjectLongMap<K> withInitialCapacity(HashingStrategy<? super K> hashingStrategy, int initialCapacity)
- Specified by:
withInitialCapacityin interfaceMutableObjectLongHashingStrategyMapFactory
-
-