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