Interface MutableObjectShortHashingStrategyMapFactory
- All Known Implementing Classes:
MutableObjectShortHashingStrategyMapFactoryImpl
public interface MutableObjectShortHashingStrategyMapFactory
A factory which creates instances of type
MutableObjectShortMap.
This file was automatically generated from template file mutableObjectPrimitiveHashingStrategyMapFactory.stg.- Since:
- 11.1.
-
Method Summary
Modifier and TypeMethodDescription<K> MutableObjectShortMap<K> empty(HashingStrategy<? super K> hashingStrategy) <K> MutableObjectShortMap<K> of(HashingStrategy<? super K> hashingStrategy) Same as.invalid reference
#empty()<K> MutableObjectShortMap<K> with(HashingStrategy<? super K> hashingStrategy) Same as.invalid reference
#empty()<K> MutableObjectShortMap<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> MutableObjectShortMap<K> withInitialCapacity(HashingStrategy<? super K> hashingStrategy, int initialCapacity) Same asbut takes in an initial capacityinvalid reference
#empty()
-