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