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