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