MutableShortDoubleMapFactorypublic enum MutableShortDoubleMapFactoryImpl extends java.lang.Enum<MutableShortDoubleMapFactoryImpl> implements MutableShortDoubleMapFactory
MutableShortDoubleMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableShortDoubleMap |
empty() |
|
MutableShortDoubleMap |
of() |
Same as
MutableShortDoubleMapFactory.empty(). |
MutableShortDoubleMap |
ofAll(ShortDoubleMap map) |
|
static MutableShortDoubleMapFactoryImpl |
valueOf(java.lang.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() |
Same as
MutableShortDoubleMapFactory.empty(). |
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(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 MutableShortDoubleMap empty()
empty in interface MutableShortDoubleMapFactorypublic MutableShortDoubleMap of()
MutableShortDoubleMapFactoryMutableShortDoubleMapFactory.empty().of in interface MutableShortDoubleMapFactorypublic MutableShortDoubleMap with()
MutableShortDoubleMapFactoryMutableShortDoubleMapFactory.empty().with in interface MutableShortDoubleMapFactorypublic MutableShortDoubleMap ofAll(ShortDoubleMap map)
MutableShortDoubleMapFactoryofAll in interface MutableShortDoubleMapFactorypublic MutableShortDoubleMap withAll(ShortDoubleMap map)
withAll in interface MutableShortDoubleMapFactoryCopyright © 2004–2018. All rights reserved.