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