Interface MutableObjectBooleanHashingStrategyMapFactory
- All Known Implementing Classes:
MutableObjectBooleanHashingStrategyMapFactoryImpl
public interface MutableObjectBooleanHashingStrategyMapFactory
A factory which creates instances of type
MutableObjectBooleanMap
.
This file was automatically generated from template file mutableObjectPrimitiveHashingStrategyMapFactory.stg.- Since:
- 11.1.
-
Method Summary
Modifier and TypeMethodDescription<K> MutableObjectBooleanMap
<K> empty
(HashingStrategy<? super K> hashingStrategy) <K> MutableObjectBooleanMap
<K> of
(HashingStrategy<? super K> hashingStrategy) Same asinvalid reference
#empty()
<K> MutableObjectBooleanMap
<K> with
(HashingStrategy<? super K> hashingStrategy) Same asinvalid reference
#empty()
<K> MutableObjectBooleanMap
<K> withInitialCapacity
(HashingStrategy<? super K> hashingStrategy, int initialCapacity) Same asinvalid reference
#empty()
-
Method Details
-
empty
-
of
Same asinvalid reference
#empty()
-
with
Same asinvalid reference
#empty()
-
withInitialCapacity
<K> MutableObjectBooleanMap<K> withInitialCapacity(HashingStrategy<? super K> hashingStrategy, int initialCapacity) Same asinvalid reference
#empty()
-