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 as.invalid reference
#empty()<K> MutableObjectBooleanMap<K> with(HashingStrategy<? super K> hashingStrategy) Same as.invalid reference
#empty()<K> MutableObjectBooleanMap<K> withInitialCapacity(HashingStrategy<? super K> hashingStrategy, int initialCapacity) Same asbut takes in an initial capacityinvalid reference
#empty()
-
Method Details
-
empty
-
of
Same as.invalid reference
#empty() -
with
Same as.invalid reference
#empty() -
withInitialCapacity
<K> MutableObjectBooleanMap<K> withInitialCapacity(HashingStrategy<? super K> hashingStrategy, int initialCapacity) Same asbut takes in an initial capacityinvalid reference
#empty()
-