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