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