MutableShortCharMapFactorypublic enum MutableShortCharMapFactoryImpl extends java.lang.Enum<MutableShortCharMapFactoryImpl> implements MutableShortCharMapFactory
MutableShortCharMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableShortCharMap |
empty() |
|
MutableShortCharMap |
of() |
Same as
MutableShortCharMapFactory.empty(). |
MutableShortCharMap |
ofAll(ShortCharMap map) |
|
static MutableShortCharMapFactoryImpl |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static MutableShortCharMapFactoryImpl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
MutableShortCharMap |
with() |
Same as
MutableShortCharMapFactory.empty(). |
MutableShortCharMap |
withAll(ShortCharMap map) |
public static final MutableShortCharMapFactoryImpl INSTANCE
public static MutableShortCharMapFactoryImpl[] values()
for (MutableShortCharMapFactoryImpl c : MutableShortCharMapFactoryImpl.values()) System.out.println(c);
public static MutableShortCharMapFactoryImpl 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 MutableShortCharMap empty()
empty in interface MutableShortCharMapFactorypublic MutableShortCharMap of()
MutableShortCharMapFactoryMutableShortCharMapFactory.empty().of in interface MutableShortCharMapFactorypublic MutableShortCharMap with()
MutableShortCharMapFactoryMutableShortCharMapFactory.empty().with in interface MutableShortCharMapFactorypublic MutableShortCharMap ofAll(ShortCharMap map)
MutableShortCharMapFactoryofAll in interface MutableShortCharMapFactorypublic MutableShortCharMap withAll(ShortCharMap map)
withAll in interface MutableShortCharMapFactoryCopyright © 2004–2018. All rights reserved.