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