MutableShortBooleanMapFactorypublic enum MutableShortBooleanMapFactoryImpl extends java.lang.Enum<MutableShortBooleanMapFactoryImpl> implements MutableShortBooleanMapFactory
MutableShortBooleanMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableShortBooleanMap |
empty() |
|
MutableShortBooleanMap |
of() |
|
MutableShortBooleanMap |
ofAll(ShortBooleanMap map) |
|
static MutableShortBooleanMapFactoryImpl |
valueOf(java.lang.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(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 MutableShortBooleanMap empty()
empty in interface MutableShortBooleanMapFactorypublic MutableShortBooleanMap of()
MutableShortBooleanMapFactoryof in interface MutableShortBooleanMapFactorypublic MutableShortBooleanMap with()
MutableShortBooleanMapFactorywith in interface MutableShortBooleanMapFactorypublic MutableShortBooleanMap ofAll(ShortBooleanMap map)
MutableShortBooleanMapFactoryofAll in interface MutableShortBooleanMapFactorypublic MutableShortBooleanMap withAll(ShortBooleanMap map)
withAll in interface MutableShortBooleanMapFactoryCopyright © 2004–2017. All rights reserved.