public enum MutableByteBooleanMapFactoryImpl extends Enum<MutableByteBooleanMapFactoryImpl> implements MutableByteBooleanMapFactory
MutableByteBooleanMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
MutableByteBooleanMap |
empty() |
MutableByteBooleanMap |
of() |
MutableByteBooleanMap |
ofAll(ByteBooleanMap map) |
static MutableByteBooleanMapFactoryImpl |
valueOf(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() |
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(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic MutableByteBooleanMap empty()
empty in interface MutableByteBooleanMapFactorypublic MutableByteBooleanMap of()
of in interface MutableByteBooleanMapFactorypublic MutableByteBooleanMap with()
with in interface MutableByteBooleanMapFactorypublic MutableByteBooleanMap ofAll(ByteBooleanMap map)
ofAll in interface MutableByteBooleanMapFactorypublic MutableByteBooleanMap withAll(ByteBooleanMap map)
withAll in interface MutableByteBooleanMapFactoryCopyright © 2004–2017. All rights reserved.