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