MutableIntShortMapFactorypublic enum MutableIntShortMapFactoryImpl extends java.lang.Enum<MutableIntShortMapFactoryImpl> implements MutableIntShortMapFactory
MutableIntShortMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableIntShortMap |
empty() |
|
MutableIntShortMap |
of() |
Same as
MutableIntShortMapFactory.empty(). |
MutableIntShortMap |
ofAll(IntShortMap map) |
|
static MutableIntShortMapFactoryImpl |
valueOf(java.lang.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() |
Same as
MutableIntShortMapFactory.empty(). |
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(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 MutableIntShortMap empty()
empty in interface MutableIntShortMapFactorypublic MutableIntShortMap of()
MutableIntShortMapFactoryMutableIntShortMapFactory.empty().of in interface MutableIntShortMapFactorypublic MutableIntShortMap with()
MutableIntShortMapFactoryMutableIntShortMapFactory.empty().with in interface MutableIntShortMapFactorypublic MutableIntShortMap ofAll(IntShortMap map)
MutableIntShortMapFactoryofAll in interface MutableIntShortMapFactorypublic MutableIntShortMap withAll(IntShortMap map)
withAll in interface MutableIntShortMapFactoryCopyright © 2004–2018. All rights reserved.