java.io.Serializable, java.lang.Comparable<ImmutableDoubleCharMapFactoryImpl>, ImmutableDoubleCharMapFactorypublic enum ImmutableDoubleCharMapFactoryImpl extends java.lang.Enum<ImmutableDoubleCharMapFactoryImpl> implements ImmutableDoubleCharMapFactory
ImmutableDoubleCharMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableDoubleCharMap |
empty() |
|
<T> ImmutableDoubleCharMap |
from(java.lang.Iterable<T> iterable,
DoubleFunction<? super T> keyFunction,
CharFunction<? super T> valueFunction) |
Creates an
ImmutableDoubleCharMap from an Iterable<T> by applying keyFunction and valueFunction. |
ImmutableDoubleCharMap |
of() |
|
ImmutableDoubleCharMap |
of(double key,
char value) |
|
ImmutableDoubleCharMap |
ofAll(DoubleCharMap map) |
|
static ImmutableDoubleCharMapFactoryImpl |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ImmutableDoubleCharMapFactoryImpl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ImmutableDoubleCharMap |
with() |
|
ImmutableDoubleCharMap |
with(double key,
char value) |
|
ImmutableDoubleCharMap |
withAll(DoubleCharMap map) |
public static final ImmutableDoubleCharMapFactoryImpl INSTANCE
public static ImmutableDoubleCharMapFactoryImpl[] values()
for (ImmutableDoubleCharMapFactoryImpl c : ImmutableDoubleCharMapFactoryImpl.values()) System.out.println(c);
public static ImmutableDoubleCharMapFactoryImpl 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 ImmutableDoubleCharMap empty()
empty in interface ImmutableDoubleCharMapFactorypublic ImmutableDoubleCharMap of()
ImmutableDoubleCharMapFactoryof in interface ImmutableDoubleCharMapFactorypublic ImmutableDoubleCharMap with()
ImmutableDoubleCharMapFactorywith in interface ImmutableDoubleCharMapFactorypublic ImmutableDoubleCharMap of(double key, char value)
ImmutableDoubleCharMapFactoryof in interface ImmutableDoubleCharMapFactorypublic ImmutableDoubleCharMap with(double key, char value)
with in interface ImmutableDoubleCharMapFactorypublic ImmutableDoubleCharMap ofAll(DoubleCharMap map)
ImmutableDoubleCharMapFactoryofAll in interface ImmutableDoubleCharMapFactorypublic ImmutableDoubleCharMap withAll(DoubleCharMap map)
withAll in interface ImmutableDoubleCharMapFactorypublic <T> ImmutableDoubleCharMap from(java.lang.Iterable<T> iterable, DoubleFunction<? super T> keyFunction, CharFunction<? super T> valueFunction)
ImmutableDoubleCharMapFactoryImmutableDoubleCharMap from an Iterable<T> by applying keyFunction and valueFunction.from in interface ImmutableDoubleCharMapFactoryCopyright © 2004–2020. All rights reserved.