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