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