MutableDoubleDoubleMapFactorypublic enum MutableDoubleDoubleMapFactoryImpl extends java.lang.Enum<MutableDoubleDoubleMapFactoryImpl> implements MutableDoubleDoubleMapFactory
MutableDoubleDoubleMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableDoubleDoubleMap |
empty() |
|
MutableDoubleDoubleMap |
of() |
|
MutableDoubleDoubleMap |
ofAll(DoubleDoubleMap map) |
|
static MutableDoubleDoubleMapFactoryImpl |
valueOf(java.lang.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(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 MutableDoubleDoubleMap empty()
empty in interface MutableDoubleDoubleMapFactorypublic MutableDoubleDoubleMap of()
MutableDoubleDoubleMapFactoryof in interface MutableDoubleDoubleMapFactorypublic MutableDoubleDoubleMap with()
MutableDoubleDoubleMapFactorywith in interface MutableDoubleDoubleMapFactorypublic MutableDoubleDoubleMap ofAll(DoubleDoubleMap map)
MutableDoubleDoubleMapFactoryofAll in interface MutableDoubleDoubleMapFactorypublic MutableDoubleDoubleMap withAll(DoubleDoubleMap map)
withAll in interface MutableDoubleDoubleMapFactoryCopyright © 2004–2018. All rights reserved.