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