public enum ImmutableLongDoubleMapFactoryImpl extends Enum<ImmutableLongDoubleMapFactoryImpl> implements ImmutableLongDoubleMapFactory
ImmutableLongDoubleMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| 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) |
static ImmutableLongDoubleMapFactoryImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImmutableLongDoubleMapFactoryImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ImmutableLongDoubleMap |
with() |
ImmutableLongDoubleMap |
with(long key,
double value) |
ImmutableLongDoubleMap |
withAll(LongDoubleMap map) |
public static final ImmutableLongDoubleMapFactoryImpl INSTANCE
public static ImmutableLongDoubleMapFactoryImpl[] values()
for (ImmutableLongDoubleMapFactoryImpl c : ImmutableLongDoubleMapFactoryImpl.values()) System.out.println(c);
public static ImmutableLongDoubleMapFactoryImpl valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic 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–2021. All rights reserved.