ImmutableCharDoubleMapFactoryImplpublic interface ImmutableCharDoubleMapFactory
ImmutableCharDoubleMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
ImmutableCharDoubleMap |
empty() |
|
<T> ImmutableCharDoubleMap |
from(java.lang.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(java.lang.Iterable<T> iterable, CharFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction)
ImmutableCharDoubleMap from an Iterable<T> by applying keyFunction and valueFunction.Copyright © 2004–2020. All rights reserved.