java.io.Serializable, java.lang.Comparable<ImmutableLongFloatMapFactoryImpl>, ImmutableLongFloatMapFactorypublic enum ImmutableLongFloatMapFactoryImpl extends java.lang.Enum<ImmutableLongFloatMapFactoryImpl> implements ImmutableLongFloatMapFactory
ImmutableLongFloatMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableLongFloatMap |
empty() |
|
<T> ImmutableLongFloatMap |
from(java.lang.Iterable<T> iterable,
LongFunction<? super T> keyFunction,
FloatFunction<? super T> valueFunction) |
Creates an
ImmutableLongFloatMap from an Iterable<T> by applying keyFunction and valueFunction. |
ImmutableLongFloatMap |
of() |
Same as
ImmutableLongFloatMapFactory.empty(). |
ImmutableLongFloatMap |
of(long key,
float value) |
|
ImmutableLongFloatMap |
ofAll(LongFloatMap map) |
|
static ImmutableLongFloatMapFactoryImpl |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ImmutableLongFloatMapFactoryImpl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ImmutableLongFloatMap |
with() |
Same as
ImmutableLongFloatMapFactory.empty(). |
ImmutableLongFloatMap |
with(long key,
float value) |
|
ImmutableLongFloatMap |
withAll(LongFloatMap map) |
public static final ImmutableLongFloatMapFactoryImpl INSTANCE
public static ImmutableLongFloatMapFactoryImpl[] values()
for (ImmutableLongFloatMapFactoryImpl c : ImmutableLongFloatMapFactoryImpl.values()) System.out.println(c);
public static ImmutableLongFloatMapFactoryImpl 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 ImmutableLongFloatMap empty()
empty in interface ImmutableLongFloatMapFactorypublic ImmutableLongFloatMap of()
ImmutableLongFloatMapFactoryImmutableLongFloatMapFactory.empty().of in interface ImmutableLongFloatMapFactorypublic ImmutableLongFloatMap with()
ImmutableLongFloatMapFactoryImmutableLongFloatMapFactory.empty().with in interface ImmutableLongFloatMapFactorypublic ImmutableLongFloatMap of(long key, float value)
ImmutableLongFloatMapFactoryof in interface ImmutableLongFloatMapFactorypublic ImmutableLongFloatMap with(long key, float value)
with in interface ImmutableLongFloatMapFactorypublic ImmutableLongFloatMap ofAll(LongFloatMap map)
ImmutableLongFloatMapFactoryofAll in interface ImmutableLongFloatMapFactorypublic ImmutableLongFloatMap withAll(LongFloatMap map)
withAll in interface ImmutableLongFloatMapFactorypublic <T> ImmutableLongFloatMap from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction)
ImmutableLongFloatMapFactoryImmutableLongFloatMap from an Iterable<T> by applying keyFunction and valueFunction.from in interface ImmutableLongFloatMapFactoryCopyright © 2004–2020. All rights reserved.