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