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