MutableShortByteMapFactorypublic enum MutableShortByteMapFactoryImpl extends java.lang.Enum<MutableShortByteMapFactoryImpl> implements MutableShortByteMapFactory
MutableShortByteMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableShortByteMap |
empty() |
|
MutableShortByteMap |
of() |
Same as
MutableShortByteMapFactory.empty(). |
MutableShortByteMap |
ofAll(ShortByteMap map) |
|
static MutableShortByteMapFactoryImpl |
valueOf(java.lang.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() |
Same as
MutableShortByteMapFactory.empty(). |
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(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 MutableShortByteMap empty()
empty in interface MutableShortByteMapFactorypublic MutableShortByteMap of()
MutableShortByteMapFactoryMutableShortByteMapFactory.empty().of in interface MutableShortByteMapFactorypublic MutableShortByteMap with()
MutableShortByteMapFactoryMutableShortByteMapFactory.empty().with in interface MutableShortByteMapFactorypublic MutableShortByteMap ofAll(ShortByteMap map)
MutableShortByteMapFactoryofAll in interface MutableShortByteMapFactorypublic MutableShortByteMap withAll(ShortByteMap map)
withAll in interface MutableShortByteMapFactoryCopyright © 2004–2017. All rights reserved.