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