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