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