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