Serializable, Comparable<ImmutableFloatDoubleMapFactoryImpl>, ImmutableFloatDoubleMapFactorypublic enum ImmutableFloatDoubleMapFactoryImpl extends Enum<ImmutableFloatDoubleMapFactoryImpl> implements ImmutableFloatDoubleMapFactory
ImmutableFloatDoubleMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableFloatDoubleMap |
empty() |
|
<T> ImmutableFloatDoubleMap |
from(Iterable<T> iterable,
FloatFunction<? super T> keyFunction,
DoubleFunction<? super T> valueFunction) |
Creates an
ImmutableFloatDoubleMap from an Iterable<T> by applying keyFunction and 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()
ImmutableFloatDoubleMapFactoryof in interface ImmutableFloatDoubleMapFactorypublic ImmutableFloatDoubleMap with()
ImmutableFloatDoubleMapFactorywith in interface ImmutableFloatDoubleMapFactorypublic ImmutableFloatDoubleMap of(float key, double value)
ImmutableFloatDoubleMapFactoryof in interface ImmutableFloatDoubleMapFactorypublic ImmutableFloatDoubleMap with(float key, double value)
with in interface ImmutableFloatDoubleMapFactorypublic ImmutableFloatDoubleMap ofAll(FloatDoubleMap map)
ImmutableFloatDoubleMapFactoryofAll 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)
ImmutableFloatDoubleMapFactoryImmutableFloatDoubleMap from an Iterable<T> by applying keyFunction and valueFunction.from in interface ImmutableFloatDoubleMapFactoryCopyright © 2004–2019. All rights reserved.