MutableShortShortMapFactorypublic enum MutableShortShortMapFactoryImpl extends java.lang.Enum<MutableShortShortMapFactoryImpl> implements MutableShortShortMapFactory
MutableShortShortMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableShortShortMap |
empty() |
|
MutableShortShortMap |
of() |
Same as
MutableShortShortMapFactory.empty(). |
MutableShortShortMap |
ofAll(ShortShortMap map) |
|
static MutableShortShortMapFactoryImpl |
valueOf(java.lang.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() |
Same as
MutableShortShortMapFactory.empty(). |
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(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 MutableShortShortMap empty()
empty in interface MutableShortShortMapFactorypublic MutableShortShortMap of()
MutableShortShortMapFactoryMutableShortShortMapFactory.empty().of in interface MutableShortShortMapFactorypublic MutableShortShortMap with()
MutableShortShortMapFactoryMutableShortShortMapFactory.empty().with in interface MutableShortShortMapFactorypublic MutableShortShortMap ofAll(ShortShortMap map)
MutableShortShortMapFactoryofAll in interface MutableShortShortMapFactorypublic MutableShortShortMap withAll(ShortShortMap map)
withAll in interface MutableShortShortMapFactoryCopyright © 2004–2018. All rights reserved.