public interface MutableShortFloatMapFactory
MutableShortFloatMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactory.stg.| Modifier and Type | Method and Description |
|---|---|
MutableShortFloatMap |
empty() |
<T> MutableShortFloatMap |
from(Iterable<T> iterable,
ShortFunction<? super T> keyFunction,
FloatFunction<? super T> valueFunction)
Creates an
MutableShortFloatMap from an Iterable<T> by applying keyFunction and valueFunction. |
MutableShortFloatMap |
of()
Same as
empty(). |
MutableShortFloatMap |
ofAll(ShortFloatMap map)
Same as
withAll(ShortFloatMap). |
MutableShortFloatMap |
ofInitialCapacity(int capacity)
Same as
empty(). |
MutableShortFloatMap |
with()
Same as
empty(). |
MutableShortFloatMap |
withAll(ShortFloatMap map) |
MutableShortFloatMap |
withInitialCapacity(int capacity)
Same as
empty(). |
MutableShortFloatMap empty()
MutableShortFloatMap of()
empty().MutableShortFloatMap with()
empty().MutableShortFloatMap ofInitialCapacity(int capacity)
empty(). but takes in an initial capacityMutableShortFloatMap withInitialCapacity(int capacity)
empty(). but takes in an initial capacityMutableShortFloatMap ofAll(ShortFloatMap map)
withAll(ShortFloatMap).MutableShortFloatMap withAll(ShortFloatMap map)
<T> MutableShortFloatMap from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction)
MutableShortFloatMap from an Iterable<T> by applying keyFunction and valueFunction.Copyright © 2004–2021. All rights reserved.