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