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