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