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