public interface ImmutableFloatShortMapFactory
ImmutableFloatShortMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactory.stg.| Modifier and Type | Method and Description |
|---|---|
ImmutableFloatShortMap |
empty() |
<T> ImmutableFloatShortMap |
from(Iterable<T> iterable,
FloatFunction<? super T> keyFunction,
ShortFunction<? super T> valueFunction)
Creates an
ImmutableFloatShortMap from an Iterable<T> by applying keyFunction and valueFunction. |
ImmutableFloatShortMap |
of()
Same as
empty(). |
ImmutableFloatShortMap |
of(float key,
short value)
Same as
with(float, short). |
ImmutableFloatShortMap |
ofAll(FloatShortMap map)
Same as
withAll(FloatShortMap). |
ImmutableFloatShortMap |
with()
Same as
empty(). |
ImmutableFloatShortMap |
with(float key,
short value) |
ImmutableFloatShortMap |
withAll(FloatShortMap map) |
ImmutableFloatShortMap empty()
ImmutableFloatShortMap of()
empty().ImmutableFloatShortMap with()
empty().ImmutableFloatShortMap of(float key, short value)
with(float, short).ImmutableFloatShortMap with(float key, short value)
ImmutableFloatShortMap ofAll(FloatShortMap map)
withAll(FloatShortMap).ImmutableFloatShortMap withAll(FloatShortMap map)
<T> ImmutableFloatShortMap from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction)
ImmutableFloatShortMap from an Iterable<T> by applying keyFunction and valueFunction.Copyright © 2004–2023. All rights reserved.