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