ImmutableDoubleIntMapFactorypublic enum ImmutableDoubleIntMapFactoryImpl extends java.lang.Enum<ImmutableDoubleIntMapFactoryImpl> implements ImmutableDoubleIntMapFactory
ImmutableDoubleIntMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableDoubleIntMap |
empty() |
|
ImmutableDoubleIntMap |
of() |
Same as
ImmutableDoubleIntMapFactory.empty(). |
ImmutableDoubleIntMap |
of(double key,
int value) |
|
ImmutableDoubleIntMap |
ofAll(DoubleIntMap map) |
|
static ImmutableDoubleIntMapFactoryImpl |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ImmutableDoubleIntMapFactoryImpl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ImmutableDoubleIntMap |
with() |
Same as
ImmutableDoubleIntMapFactory.empty(). |
ImmutableDoubleIntMap |
with(double key,
int value) |
|
ImmutableDoubleIntMap |
withAll(DoubleIntMap map) |
public static final ImmutableDoubleIntMapFactoryImpl INSTANCE
public static ImmutableDoubleIntMapFactoryImpl[] values()
for (ImmutableDoubleIntMapFactoryImpl c : ImmutableDoubleIntMapFactoryImpl.values()) System.out.println(c);
public static ImmutableDoubleIntMapFactoryImpl 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 ImmutableDoubleIntMap empty()
empty in interface ImmutableDoubleIntMapFactorypublic ImmutableDoubleIntMap of()
ImmutableDoubleIntMapFactoryImmutableDoubleIntMapFactory.empty().of in interface ImmutableDoubleIntMapFactorypublic ImmutableDoubleIntMap with()
ImmutableDoubleIntMapFactoryImmutableDoubleIntMapFactory.empty().with in interface ImmutableDoubleIntMapFactorypublic ImmutableDoubleIntMap of(double key, int value)
ImmutableDoubleIntMapFactoryof in interface ImmutableDoubleIntMapFactorypublic ImmutableDoubleIntMap with(double key, int value)
with in interface ImmutableDoubleIntMapFactorypublic ImmutableDoubleIntMap ofAll(DoubleIntMap map)
ImmutableDoubleIntMapFactoryofAll in interface ImmutableDoubleIntMapFactorypublic ImmutableDoubleIntMap withAll(DoubleIntMap map)
withAll in interface ImmutableDoubleIntMapFactoryCopyright © 2004–2017. All rights reserved.