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