Class MutableObjectBooleanHashingStrategyMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.MutableObjectBooleanHashingStrategyMapFactoryImpl
- All Implemented Interfaces:
MutableObjectBooleanHashingStrategyMapFactory
public class MutableObjectBooleanHashingStrategyMapFactoryImpl
extends Object
implements MutableObjectBooleanHashingStrategyMapFactory
MutableObjectBooleanHashingStrategyMapFactoryImpl is a factory implementation which creates instances of type
MutableObjectBooleanMap.
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> MutableObjectBooleanMap<K>empty(HashingStrategy<? super K> hashingStrategy) <K> MutableObjectBooleanMap<K>of(HashingStrategy<? super K> hashingStrategy) <K> MutableObjectBooleanMap<K>with(HashingStrategy<? super K> hashingStrategy) <K> MutableObjectBooleanMap<K>withInitialCapacity(HashingStrategy<? super K> hashingStrategy, int initialCapacity)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableObjectBooleanHashingStrategyMapFactoryImpl
public MutableObjectBooleanHashingStrategyMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableObjectBooleanHashingStrategyMapFactory
-
of
- Specified by:
ofin interfaceMutableObjectBooleanHashingStrategyMapFactory
-
with
- Specified by:
within interfaceMutableObjectBooleanHashingStrategyMapFactory
-
withInitialCapacity
public <K> MutableObjectBooleanMap<K> withInitialCapacity(HashingStrategy<? super K> hashingStrategy, int initialCapacity) - Specified by:
withInitialCapacityin interfaceMutableObjectBooleanHashingStrategyMapFactory
-