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