Class MutableObjectByteHashingStrategyMapFactoryImpl
- java.lang.Object
-
- org.eclipse.collections.impl.map.mutable.primitive.MutableObjectByteHashingStrategyMapFactoryImpl
-
- All Implemented Interfaces:
MutableObjectByteHashingStrategyMapFactory
public class MutableObjectByteHashingStrategyMapFactoryImpl extends Object implements MutableObjectByteHashingStrategyMapFactory
MutableObjectByteHashingStrategyMapFactoryImpl is a factory implementation which creates instances of typeMutableObjectByteMap. This file was automatically generated from template file mutableObjectPrimitiveHashingStrategyMapFactoryImpl.stg.- Since:
- 11.1.
-
-
Field Summary
Fields Modifier and Type Field Description static MutableObjectByteHashingStrategyMapFactoryINSTANCE
-
Constructor Summary
Constructors Constructor Description MutableObjectByteHashingStrategyMapFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <K> MutableObjectByteMap<K>empty(HashingStrategy<? super K> hashingStrategy)<K> MutableObjectByteMap<K>of(HashingStrategy<? super K> hashingStrategy)<K> MutableObjectByteMap<K>with(HashingStrategy<? super K> hashingStrategy)<K> MutableObjectByteMap<K>withInitialCapacity(HashingStrategy<? super K> hashingStrategy, int initialCapacity)
-
-
-
Field Detail
-
INSTANCE
public static final MutableObjectByteHashingStrategyMapFactory INSTANCE
-
-
Method Detail
-
empty
public <K> MutableObjectByteMap<K> empty(HashingStrategy<? super K> hashingStrategy)
- Specified by:
emptyin interfaceMutableObjectByteHashingStrategyMapFactory
-
of
public <K> MutableObjectByteMap<K> of(HashingStrategy<? super K> hashingStrategy)
- Specified by:
ofin interfaceMutableObjectByteHashingStrategyMapFactory
-
with
public <K> MutableObjectByteMap<K> with(HashingStrategy<? super K> hashingStrategy)
- Specified by:
within interfaceMutableObjectByteHashingStrategyMapFactory
-
withInitialCapacity
public <K> MutableObjectByteMap<K> withInitialCapacity(HashingStrategy<? super K> hashingStrategy, int initialCapacity)
- Specified by:
withInitialCapacityin interfaceMutableObjectByteHashingStrategyMapFactory
-
-