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