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