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