public enum ImmutableLongFloatMapFactoryImpl extends Enum<ImmutableLongFloatMapFactoryImpl> implements ImmutableLongFloatMapFactory
ImmutableLongFloatMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
ImmutableLongFloatMap |
empty() |
<T> ImmutableLongFloatMap |
from(Iterable<T> iterable,
LongFunction<? super T> keyFunction,
FloatFunction<? super T> valueFunction) |
ImmutableLongFloatMap |
of() |
ImmutableLongFloatMap |
of(long key,
float value) |
ImmutableLongFloatMap |
ofAll(LongFloatMap map) |
static ImmutableLongFloatMapFactoryImpl |
valueOf(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() |
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(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 ImmutableLongFloatMap empty()
empty in interface ImmutableLongFloatMapFactorypublic ImmutableLongFloatMap of()
of in interface ImmutableLongFloatMapFactorypublic ImmutableLongFloatMap with()
with in interface ImmutableLongFloatMapFactorypublic ImmutableLongFloatMap of(long key, float value)
of in interface ImmutableLongFloatMapFactorypublic ImmutableLongFloatMap with(long key, float value)
with in interface ImmutableLongFloatMapFactorypublic ImmutableLongFloatMap ofAll(LongFloatMap map)
ofAll in interface ImmutableLongFloatMapFactorypublic ImmutableLongFloatMap withAll(LongFloatMap map)
withAll in interface ImmutableLongFloatMapFactorypublic <T> ImmutableLongFloatMap from(Iterable<T> iterable, LongFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction)
from in interface ImmutableLongFloatMapFactoryCopyright © 2004–2019. All rights reserved.