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 type
MutableObjectByteMap.
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> MutableObjectByteMap<K>empty(HashingStrategy<? super K> hashingStrategy) <K> MutableObjectByteMap<K>of(HashingStrategy<? super K> hashingStrategy) Same as#empty().<K> MutableObjectByteMap<K>with(HashingStrategy<? super K> hashingStrategy) Same as#empty().<K> MutableObjectByteMap<K>withInitialCapacity(HashingStrategy<? super K> hashingStrategy, int initialCapacity) Same as#empty()but takes in an initial capacity
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableObjectByteHashingStrategyMapFactoryImpl
public MutableObjectByteHashingStrategyMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableObjectByteHashingStrategyMapFactory
-
of
Description copied from interface:MutableObjectByteHashingStrategyMapFactorySame as#empty().- Specified by:
ofin interfaceMutableObjectByteHashingStrategyMapFactory
-
with
Description copied from interface:MutableObjectByteHashingStrategyMapFactorySame as#empty().- Specified by:
within interfaceMutableObjectByteHashingStrategyMapFactory
-
withInitialCapacity
public <K> MutableObjectByteMap<K> withInitialCapacity(HashingStrategy<? super K> hashingStrategy, int initialCapacity) Description copied from interface:MutableObjectByteHashingStrategyMapFactorySame as#empty()but takes in an initial capacity- Specified by:
withInitialCapacityin interfaceMutableObjectByteHashingStrategyMapFactory
-