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