MutableIntCharMapFactorypublic enum MutableIntCharMapFactoryImpl extends java.lang.Enum<MutableIntCharMapFactoryImpl> implements MutableIntCharMapFactory
MutableIntCharMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableIntCharMap |
empty() |
|
MutableIntCharMap |
of() |
Same as
MutableIntCharMapFactory.empty(). |
MutableIntCharMap |
ofAll(IntCharMap map) |
|
static MutableIntCharMapFactoryImpl |
valueOf(java.lang.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() |
Same as
MutableIntCharMapFactory.empty(). |
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(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 MutableIntCharMap empty()
empty in interface MutableIntCharMapFactorypublic MutableIntCharMap of()
MutableIntCharMapFactoryMutableIntCharMapFactory.empty().of in interface MutableIntCharMapFactorypublic MutableIntCharMap with()
MutableIntCharMapFactoryMutableIntCharMapFactory.empty().with in interface MutableIntCharMapFactorypublic MutableIntCharMap ofAll(IntCharMap map)
MutableIntCharMapFactoryofAll in interface MutableIntCharMapFactorypublic MutableIntCharMap withAll(IntCharMap map)
withAll in interface MutableIntCharMapFactoryCopyright © 2004–2018. All rights reserved.