ImmutableLongDoubleMapFactorypublic enum ImmutableLongDoubleMapFactoryImpl extends java.lang.Enum<ImmutableLongDoubleMapFactoryImpl> implements ImmutableLongDoubleMapFactory
ImmutableLongDoubleMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableLongDoubleMap |
empty() |
|
ImmutableLongDoubleMap |
of() |
|
ImmutableLongDoubleMap |
of(long key,
double value) |
|
ImmutableLongDoubleMap |
ofAll(LongDoubleMap map) |
|
static ImmutableLongDoubleMapFactoryImpl |
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic ImmutableLongDoubleMap empty()
empty in interface ImmutableLongDoubleMapFactorypublic ImmutableLongDoubleMap of()
ImmutableLongDoubleMapFactoryof in interface ImmutableLongDoubleMapFactorypublic ImmutableLongDoubleMap with()
ImmutableLongDoubleMapFactorywith in interface ImmutableLongDoubleMapFactorypublic ImmutableLongDoubleMap of(long key, double value)
ImmutableLongDoubleMapFactoryof in interface ImmutableLongDoubleMapFactorypublic ImmutableLongDoubleMap with(long key, double value)
with in interface ImmutableLongDoubleMapFactorypublic ImmutableLongDoubleMap ofAll(LongDoubleMap map)
ImmutableLongDoubleMapFactoryofAll in interface ImmutableLongDoubleMapFactorypublic ImmutableLongDoubleMap withAll(LongDoubleMap map)
withAll in interface ImmutableLongDoubleMapFactoryCopyright © 2004–2017. All rights reserved.