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