Interface MutableObjectFloatHashingStrategyMapFactory
-
public interface MutableObjectFloatHashingStrategyMapFactoryA factory which creates instances of typeMutableObjectFloatMap. This file was automatically generated from template file mutableObjectPrimitiveHashingStrategyMapFactory.stg.- Since:
- 11.1.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <K> MutableObjectFloatMap<K>empty(HashingStrategy<? super K> hashingStrategy)<K> MutableObjectFloatMap<K>of(HashingStrategy<? super K> hashingStrategy)Same as#empty().<K> MutableObjectFloatMap<K>with(HashingStrategy<? super K> hashingStrategy)Same as#empty().<K> MutableObjectFloatMap<K>withInitialCapacity(HashingStrategy<? super K> hashingStrategy, int initialCapacity)Same as#empty()but takes in an initial capacity
-
-
-
Method Detail
-
empty
<K> MutableObjectFloatMap<K> empty(HashingStrategy<? super K> hashingStrategy)
-
of
<K> MutableObjectFloatMap<K> of(HashingStrategy<? super K> hashingStrategy)
Same as#empty().
-
with
<K> MutableObjectFloatMap<K> with(HashingStrategy<? super K> hashingStrategy)
Same as#empty().
-
withInitialCapacity
<K> MutableObjectFloatMap<K> withInitialCapacity(HashingStrategy<? super K> hashingStrategy, int initialCapacity)
Same as#empty()but takes in an initial capacity
-
-