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