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