MutableByteDoubleMapFactorypublic enum MutableByteDoubleMapFactoryImpl extends java.lang.Enum<MutableByteDoubleMapFactoryImpl> implements MutableByteDoubleMapFactory
MutableByteDoubleMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableByteDoubleMap |
empty() |
|
MutableByteDoubleMap |
of() |
Same as
MutableByteDoubleMapFactory.empty(). |
MutableByteDoubleMap |
ofAll(ByteDoubleMap map) |
|
static MutableByteDoubleMapFactoryImpl |
valueOf(java.lang.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() |
Same as
MutableByteDoubleMapFactory.empty(). |
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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic MutableByteDoubleMap empty()
empty in interface MutableByteDoubleMapFactorypublic MutableByteDoubleMap of()
MutableByteDoubleMapFactoryMutableByteDoubleMapFactory.empty().of in interface MutableByteDoubleMapFactorypublic MutableByteDoubleMap with()
MutableByteDoubleMapFactoryMutableByteDoubleMapFactory.empty().with in interface MutableByteDoubleMapFactorypublic MutableByteDoubleMap ofAll(ByteDoubleMap map)
MutableByteDoubleMapFactoryofAll in interface MutableByteDoubleMapFactorypublic MutableByteDoubleMap withAll(ByteDoubleMap map)
withAll in interface MutableByteDoubleMapFactoryCopyright © 2004–2017. All rights reserved.