public enum ImmutableDoubleCharMapFactoryImpl extends Enum<ImmutableDoubleCharMapFactoryImpl> implements ImmutableDoubleCharMapFactory
ImmutableDoubleCharMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDoubleCharMap |
empty() |
<T> ImmutableDoubleCharMap |
from(Iterable<T> iterable,
DoubleFunction<? super T> keyFunction,
CharFunction<? super T> valueFunction) |
ImmutableDoubleCharMap |
of() |
ImmutableDoubleCharMap |
of(double key,
char value) |
ImmutableDoubleCharMap |
ofAll(DoubleCharMap map) |
static ImmutableDoubleCharMapFactoryImpl |
valueOf(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(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic ImmutableDoubleCharMap empty()
empty in interface ImmutableDoubleCharMapFactorypublic ImmutableDoubleCharMap of()
of in interface ImmutableDoubleCharMapFactorypublic ImmutableDoubleCharMap with()
with in interface ImmutableDoubleCharMapFactorypublic ImmutableDoubleCharMap of(double key, char value)
of in interface ImmutableDoubleCharMapFactorypublic ImmutableDoubleCharMap with(double key, char value)
with in interface ImmutableDoubleCharMapFactorypublic ImmutableDoubleCharMap ofAll(DoubleCharMap map)
ofAll in interface ImmutableDoubleCharMapFactorypublic ImmutableDoubleCharMap withAll(DoubleCharMap map)
withAll in interface ImmutableDoubleCharMapFactorypublic <T> ImmutableDoubleCharMap from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, CharFunction<? super T> valueFunction)
from in interface ImmutableDoubleCharMapFactoryCopyright © 2004–2019. All rights reserved.