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