public class ImmutableCharDoubleMapFactoryImpl extends Object implements ImmutableCharDoubleMapFactory
ImmutableCharDoubleMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableCharDoubleMapFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableCharDoubleMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCharDoubleMap |
empty() |
<T> ImmutableCharDoubleMap |
from(Iterable<T> iterable,
CharFunction<? super T> keyFunction,
DoubleFunction<? super T> valueFunction) |
ImmutableCharDoubleMap |
of() |
ImmutableCharDoubleMap |
of(char key,
double value) |
ImmutableCharDoubleMap |
ofAll(CharDoubleMap map) |
ImmutableCharDoubleMap |
with() |
ImmutableCharDoubleMap |
with(char key,
double value) |
ImmutableCharDoubleMap |
withAll(CharDoubleMap map) |
public static final ImmutableCharDoubleMapFactory INSTANCE
public ImmutableCharDoubleMap empty()
empty in interface ImmutableCharDoubleMapFactorypublic ImmutableCharDoubleMap of()
of in interface ImmutableCharDoubleMapFactorypublic ImmutableCharDoubleMap with()
with in interface ImmutableCharDoubleMapFactorypublic ImmutableCharDoubleMap of(char key, double value)
of in interface ImmutableCharDoubleMapFactorypublic ImmutableCharDoubleMap with(char key, double value)
with in interface ImmutableCharDoubleMapFactorypublic ImmutableCharDoubleMap ofAll(CharDoubleMap map)
ofAll in interface ImmutableCharDoubleMapFactorypublic ImmutableCharDoubleMap withAll(CharDoubleMap map)
withAll in interface ImmutableCharDoubleMapFactorypublic <T> ImmutableCharDoubleMap from(Iterable<T> iterable, CharFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction)
from in interface ImmutableCharDoubleMapFactoryCopyright © 2004–2022. All rights reserved.