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