MutableLongDoubleMapFactorypublic enum MutableLongDoubleMapFactoryImpl extends java.lang.Enum<MutableLongDoubleMapFactoryImpl> implements MutableLongDoubleMapFactory
MutableLongDoubleMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableLongDoubleMap |
empty() |
|
MutableLongDoubleMap |
of() |
Same as
MutableLongDoubleMapFactory.empty(). |
MutableLongDoubleMap |
ofAll(LongDoubleMap map) |
|
static MutableLongDoubleMapFactoryImpl |
valueOf(java.lang.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() |
Same as
MutableLongDoubleMapFactory.empty(). |
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(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 MutableLongDoubleMap empty()
empty in interface MutableLongDoubleMapFactorypublic MutableLongDoubleMap of()
MutableLongDoubleMapFactoryMutableLongDoubleMapFactory.empty().of in interface MutableLongDoubleMapFactorypublic MutableLongDoubleMap with()
MutableLongDoubleMapFactoryMutableLongDoubleMapFactory.empty().with in interface MutableLongDoubleMapFactorypublic MutableLongDoubleMap ofAll(LongDoubleMap map)
MutableLongDoubleMapFactoryofAll in interface MutableLongDoubleMapFactorypublic MutableLongDoubleMap withAll(LongDoubleMap map)
withAll in interface MutableLongDoubleMapFactoryCopyright © 2004–2018. All rights reserved.