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