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