MutableCharBooleanMapFactorypublic enum MutableCharBooleanMapFactoryImpl extends java.lang.Enum<MutableCharBooleanMapFactoryImpl> implements MutableCharBooleanMapFactory
MutableCharBooleanMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableCharBooleanMap |
empty() |
|
MutableCharBooleanMap |
of() |
Same as
MutableCharBooleanMapFactory.empty(). |
MutableCharBooleanMap |
ofAll(CharBooleanMap map) |
|
static MutableCharBooleanMapFactoryImpl |
valueOf(java.lang.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() |
Same as
MutableCharBooleanMapFactory.empty(). |
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(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 MutableCharBooleanMap empty()
empty in interface MutableCharBooleanMapFactorypublic MutableCharBooleanMap of()
MutableCharBooleanMapFactoryMutableCharBooleanMapFactory.empty().of in interface MutableCharBooleanMapFactorypublic MutableCharBooleanMap with()
MutableCharBooleanMapFactoryMutableCharBooleanMapFactory.empty().with in interface MutableCharBooleanMapFactorypublic MutableCharBooleanMap ofAll(CharBooleanMap map)
MutableCharBooleanMapFactoryofAll in interface MutableCharBooleanMapFactorypublic MutableCharBooleanMap withAll(CharBooleanMap map)
withAll in interface MutableCharBooleanMapFactoryCopyright © 2004–2018. All rights reserved.