public enum MutableCharShortMapFactoryImpl extends Enum<MutableCharShortMapFactoryImpl> implements MutableCharShortMapFactory
MutableCharShortMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
MutableCharShortMap |
empty() |
MutableCharShortMap |
of() |
MutableCharShortMap |
ofAll(CharShortMap map) |
static MutableCharShortMapFactoryImpl |
valueOf(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() |
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(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 MutableCharShortMap empty()
empty in interface MutableCharShortMapFactorypublic MutableCharShortMap of()
of in interface MutableCharShortMapFactorypublic MutableCharShortMap with()
with in interface MutableCharShortMapFactorypublic MutableCharShortMap ofAll(CharShortMap map)
ofAll in interface MutableCharShortMapFactorypublic MutableCharShortMap withAll(CharShortMap map)
withAll in interface MutableCharShortMapFactoryCopyright © 2004–2017. All rights reserved.