ImmutableDoubleBooleanMapFactorypublic enum ImmutableDoubleBooleanMapFactoryImpl extends java.lang.Enum<ImmutableDoubleBooleanMapFactoryImpl> implements ImmutableDoubleBooleanMapFactory
ImmutableDoubleBooleanMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableDoubleBooleanMap |
empty() |
|
ImmutableDoubleBooleanMap |
of() |
|
ImmutableDoubleBooleanMap |
of(double key,
boolean value) |
|
ImmutableDoubleBooleanMap |
ofAll(DoubleBooleanMap map) |
|
static ImmutableDoubleBooleanMapFactoryImpl |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ImmutableDoubleBooleanMapFactoryImpl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ImmutableDoubleBooleanMap |
with() |
|
ImmutableDoubleBooleanMap |
with(double key,
boolean value) |
|
ImmutableDoubleBooleanMap |
withAll(DoubleBooleanMap map) |
public static final ImmutableDoubleBooleanMapFactoryImpl INSTANCE
public static ImmutableDoubleBooleanMapFactoryImpl[] values()
for (ImmutableDoubleBooleanMapFactoryImpl c : ImmutableDoubleBooleanMapFactoryImpl.values()) System.out.println(c);
public static ImmutableDoubleBooleanMapFactoryImpl 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 ImmutableDoubleBooleanMap empty()
empty in interface ImmutableDoubleBooleanMapFactorypublic ImmutableDoubleBooleanMap of()
ImmutableDoubleBooleanMapFactoryof in interface ImmutableDoubleBooleanMapFactorypublic ImmutableDoubleBooleanMap with()
ImmutableDoubleBooleanMapFactorywith in interface ImmutableDoubleBooleanMapFactorypublic ImmutableDoubleBooleanMap of(double key, boolean value)
ImmutableDoubleBooleanMapFactoryof in interface ImmutableDoubleBooleanMapFactorypublic ImmutableDoubleBooleanMap with(double key, boolean value)
with in interface ImmutableDoubleBooleanMapFactorypublic ImmutableDoubleBooleanMap ofAll(DoubleBooleanMap map)
ImmutableDoubleBooleanMapFactoryofAll in interface ImmutableDoubleBooleanMapFactorypublic ImmutableDoubleBooleanMap withAll(DoubleBooleanMap map)
withAll in interface ImmutableDoubleBooleanMapFactoryCopyright © 2004–2017. All rights reserved.