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