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