public enum ImmutableFloatDoubleMapFactoryImpl extends Enum<ImmutableFloatDoubleMapFactoryImpl> implements ImmutableFloatDoubleMapFactory
ImmutableFloatDoubleMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFloatDoubleMap |
empty() |
<T> ImmutableFloatDoubleMap |
from(Iterable<T> iterable,
FloatFunction<? super T> keyFunction,
DoubleFunction<? super T> valueFunction) |
ImmutableFloatDoubleMap |
of() |
ImmutableFloatDoubleMap |
of(float key,
double value) |
ImmutableFloatDoubleMap |
ofAll(FloatDoubleMap map) |
static ImmutableFloatDoubleMapFactoryImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImmutableFloatDoubleMapFactoryImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ImmutableFloatDoubleMap |
with() |
ImmutableFloatDoubleMap |
with(float key,
double value) |
ImmutableFloatDoubleMap |
withAll(FloatDoubleMap map) |
public static final ImmutableFloatDoubleMapFactoryImpl INSTANCE
public static ImmutableFloatDoubleMapFactoryImpl[] values()
for (ImmutableFloatDoubleMapFactoryImpl c : ImmutableFloatDoubleMapFactoryImpl.values()) System.out.println(c);
public static ImmutableFloatDoubleMapFactoryImpl 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 ImmutableFloatDoubleMap empty()
empty in interface ImmutableFloatDoubleMapFactorypublic ImmutableFloatDoubleMap of()
of in interface ImmutableFloatDoubleMapFactorypublic ImmutableFloatDoubleMap with()
with in interface ImmutableFloatDoubleMapFactorypublic ImmutableFloatDoubleMap of(float key, double value)
of in interface ImmutableFloatDoubleMapFactorypublic ImmutableFloatDoubleMap with(float key, double value)
with in interface ImmutableFloatDoubleMapFactorypublic ImmutableFloatDoubleMap ofAll(FloatDoubleMap map)
ofAll in interface ImmutableFloatDoubleMapFactorypublic ImmutableFloatDoubleMap withAll(FloatDoubleMap map)
withAll in interface ImmutableFloatDoubleMapFactorypublic <T> ImmutableFloatDoubleMap from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction)
from in interface ImmutableFloatDoubleMapFactoryCopyright © 2004–2020. All rights reserved.