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