public enum ImmutableDoubleDoubleMapFactoryImpl extends Enum<ImmutableDoubleDoubleMapFactoryImpl> implements ImmutableDoubleDoubleMapFactory
ImmutableDoubleDoubleMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDoubleDoubleMap |
empty() |
<T> ImmutableDoubleDoubleMap |
from(Iterable<T> iterable,
DoubleFunction<? super T> keyFunction,
DoubleFunction<? super T> valueFunction) |
ImmutableDoubleDoubleMap |
of() |
ImmutableDoubleDoubleMap |
of(double key,
double value) |
ImmutableDoubleDoubleMap |
ofAll(DoubleDoubleMap map) |
static ImmutableDoubleDoubleMapFactoryImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImmutableDoubleDoubleMapFactoryImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ImmutableDoubleDoubleMap |
with() |
ImmutableDoubleDoubleMap |
with(double key,
double value) |
ImmutableDoubleDoubleMap |
withAll(DoubleDoubleMap map) |
public static final ImmutableDoubleDoubleMapFactoryImpl INSTANCE
public static ImmutableDoubleDoubleMapFactoryImpl[] values()
for (ImmutableDoubleDoubleMapFactoryImpl c : ImmutableDoubleDoubleMapFactoryImpl.values()) System.out.println(c);
public static ImmutableDoubleDoubleMapFactoryImpl 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 ImmutableDoubleDoubleMap empty()
empty in interface ImmutableDoubleDoubleMapFactorypublic ImmutableDoubleDoubleMap of()
of in interface ImmutableDoubleDoubleMapFactorypublic ImmutableDoubleDoubleMap with()
with in interface ImmutableDoubleDoubleMapFactorypublic ImmutableDoubleDoubleMap of(double key, double value)
of in interface ImmutableDoubleDoubleMapFactorypublic ImmutableDoubleDoubleMap with(double key, double value)
with in interface ImmutableDoubleDoubleMapFactorypublic ImmutableDoubleDoubleMap ofAll(DoubleDoubleMap map)
ofAll in interface ImmutableDoubleDoubleMapFactorypublic ImmutableDoubleDoubleMap withAll(DoubleDoubleMap map)
withAll in interface ImmutableDoubleDoubleMapFactorypublic <T> ImmutableDoubleDoubleMap from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction)
from in interface ImmutableDoubleDoubleMapFactoryCopyright © 2004–2021. All rights reserved.