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