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