public enum MutableLongDoubleMapFactoryImpl extends Enum<MutableLongDoubleMapFactoryImpl> implements MutableLongDoubleMapFactory
MutableLongDoubleMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
MutableLongDoubleMap |
empty() |
MutableLongDoubleMap |
of() |
MutableLongDoubleMap |
ofAll(LongDoubleMap map) |
static MutableLongDoubleMapFactoryImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MutableLongDoubleMapFactoryImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
MutableLongDoubleMap |
with() |
MutableLongDoubleMap |
withAll(LongDoubleMap map) |
public static final MutableLongDoubleMapFactoryImpl INSTANCE
public static MutableLongDoubleMapFactoryImpl[] values()
for (MutableLongDoubleMapFactoryImpl c : MutableLongDoubleMapFactoryImpl.values()) System.out.println(c);
public static MutableLongDoubleMapFactoryImpl 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 MutableLongDoubleMap empty()
empty in interface MutableLongDoubleMapFactorypublic MutableLongDoubleMap of()
of in interface MutableLongDoubleMapFactorypublic MutableLongDoubleMap with()
with in interface MutableLongDoubleMapFactorypublic MutableLongDoubleMap ofAll(LongDoubleMap map)
ofAll in interface MutableLongDoubleMapFactorypublic MutableLongDoubleMap withAll(LongDoubleMap map)
withAll in interface MutableLongDoubleMapFactoryCopyright © 2004–2017. All rights reserved.