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) Same as#empty()
.<K> MutableObjectBooleanMap<K>
with
(HashingStrategy<? super K> hashingStrategy) Same as#empty()
.<K> MutableObjectBooleanMap<K>
withInitialCapacity
(HashingStrategy<? super K> hashingStrategy, int initialCapacity) Same as#empty()
but takes in an initial capacity
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableObjectBooleanHashingStrategyMapFactoryImpl
public MutableObjectBooleanHashingStrategyMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
empty
in interfaceMutableObjectBooleanHashingStrategyMapFactory
-
of
Description copied from interface:MutableObjectBooleanHashingStrategyMapFactory
Same as#empty()
.- Specified by:
of
in interfaceMutableObjectBooleanHashingStrategyMapFactory
-
with
Description copied from interface:MutableObjectBooleanHashingStrategyMapFactory
Same as#empty()
.- Specified by:
with
in interfaceMutableObjectBooleanHashingStrategyMapFactory
-
withInitialCapacity
public <K> MutableObjectBooleanMap<K> withInitialCapacity(HashingStrategy<? super K> hashingStrategy, int initialCapacity) Description copied from interface:MutableObjectBooleanHashingStrategyMapFactory
Same as#empty()
but takes in an initial capacity- Specified by:
withInitialCapacity
in interfaceMutableObjectBooleanHashingStrategyMapFactory
-