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