public class ImmutableLongDoubleMapFactoryImpl extends Object implements ImmutableLongDoubleMapFactory
ImmutableLongDoubleMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableLongDoubleMapFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableLongDoubleMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableLongDoubleMap |
empty() |
<T> ImmutableLongDoubleMap |
from(Iterable<T> iterable,
LongFunction<? super T> keyFunction,
DoubleFunction<? super T> valueFunction) |
ImmutableLongDoubleMap |
of() |
ImmutableLongDoubleMap |
of(long key,
double value) |
ImmutableLongDoubleMap |
ofAll(LongDoubleMap map) |
ImmutableLongDoubleMap |
with() |
ImmutableLongDoubleMap |
with(long key,
double value) |
ImmutableLongDoubleMap |
withAll(LongDoubleMap map) |
public static final ImmutableLongDoubleMapFactory INSTANCE
public ImmutableLongDoubleMap empty()
empty in interface ImmutableLongDoubleMapFactorypublic ImmutableLongDoubleMap of()
of in interface ImmutableLongDoubleMapFactorypublic ImmutableLongDoubleMap with()
with in interface ImmutableLongDoubleMapFactorypublic ImmutableLongDoubleMap of(long key, double value)
of in interface ImmutableLongDoubleMapFactorypublic ImmutableLongDoubleMap with(long key, double value)
with in interface ImmutableLongDoubleMapFactorypublic ImmutableLongDoubleMap ofAll(LongDoubleMap map)
ofAll in interface ImmutableLongDoubleMapFactorypublic ImmutableLongDoubleMap withAll(LongDoubleMap map)
withAll in interface ImmutableLongDoubleMapFactorypublic <T> ImmutableLongDoubleMap from(Iterable<T> iterable, LongFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction)
from in interface ImmutableLongDoubleMapFactoryCopyright © 2004–2022. All rights reserved.