MutableDoubleCharMapFactorypublic enum MutableDoubleCharMapFactoryImpl extends java.lang.Enum<MutableDoubleCharMapFactoryImpl> implements MutableDoubleCharMapFactory
MutableDoubleCharMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableDoubleCharMap |
empty() |
|
MutableDoubleCharMap |
of() |
Same as
MutableDoubleCharMapFactory.empty(). |
MutableDoubleCharMap |
ofAll(DoubleCharMap map) |
|
static MutableDoubleCharMapFactoryImpl |
valueOf(java.lang.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() |
Same as
MutableDoubleCharMapFactory.empty(). |
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(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 MutableDoubleCharMap empty()
empty in interface MutableDoubleCharMapFactorypublic MutableDoubleCharMap of()
MutableDoubleCharMapFactoryMutableDoubleCharMapFactory.empty().of in interface MutableDoubleCharMapFactorypublic MutableDoubleCharMap with()
MutableDoubleCharMapFactoryMutableDoubleCharMapFactory.empty().with in interface MutableDoubleCharMapFactorypublic MutableDoubleCharMap ofAll(DoubleCharMap map)
MutableDoubleCharMapFactoryofAll in interface MutableDoubleCharMapFactorypublic MutableDoubleCharMap withAll(DoubleCharMap map)
withAll in interface MutableDoubleCharMapFactoryCopyright © 2004–2017. All rights reserved.