public interface MutableObjectShortHashingStrategyMapFactory
MutableObjectShortMap.
This file was automatically generated from template file mutableObjectPrimitiveHashingStrategyMapFactory.stg.| Modifier and Type | Method and Description |
|---|---|
<K> MutableObjectShortMap<K> |
empty(HashingStrategy<? super K> hashingStrategy) |
<K> MutableObjectShortMap<K> |
of(HashingStrategy<? super K> hashingStrategy)
Same as
#empty(). |
<K> MutableObjectShortMap<K> |
with(HashingStrategy<? super K> hashingStrategy)
Same as
#empty(). |
<K> MutableObjectShortMap<K> |
withInitialCapacity(HashingStrategy<? super K> hashingStrategy,
int initialCapacity)
Same as
#empty() but takes in an initial capacity |
<K> MutableObjectShortMap<K> empty(HashingStrategy<? super K> hashingStrategy)
<K> MutableObjectShortMap<K> of(HashingStrategy<? super K> hashingStrategy)
#empty().<K> MutableObjectShortMap<K> with(HashingStrategy<? super K> hashingStrategy)
#empty().<K> MutableObjectShortMap<K> withInitialCapacity(HashingStrategy<? super K> hashingStrategy, int initialCapacity)
#empty() but takes in an initial capacityCopyright © 2004–2023. All rights reserved.