public enum MutableDoubleShortMapFactoryImpl extends Enum<MutableDoubleShortMapFactoryImpl> implements MutableDoubleShortMapFactory
MutableDoubleShortMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
MutableDoubleShortMap |
empty() |
MutableDoubleShortMap |
of() |
MutableDoubleShortMap |
ofAll(DoubleShortMap map) |
static MutableDoubleShortMapFactoryImpl |
valueOf(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() |
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(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 MutableDoubleShortMap empty()
empty in interface MutableDoubleShortMapFactorypublic MutableDoubleShortMap of()
of in interface MutableDoubleShortMapFactorypublic MutableDoubleShortMap with()
with in interface MutableDoubleShortMapFactorypublic MutableDoubleShortMap ofAll(DoubleShortMap map)
ofAll in interface MutableDoubleShortMapFactorypublic MutableDoubleShortMap withAll(DoubleShortMap map)
withAll in interface MutableDoubleShortMapFactoryCopyright © 2004–2017. All rights reserved.