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