java.io.Serializable, java.lang.Comparable<ImmutableFloatBooleanMapFactoryImpl>, ImmutableFloatBooleanMapFactorypublic enum ImmutableFloatBooleanMapFactoryImpl extends java.lang.Enum<ImmutableFloatBooleanMapFactoryImpl> implements ImmutableFloatBooleanMapFactory
ImmutableFloatBooleanMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableFloatBooleanMap |
empty() |
|
<T> ImmutableFloatBooleanMap |
from(java.lang.Iterable<T> iterable,
FloatFunction<? super T> keyFunction,
BooleanFunction<? super T> valueFunction) |
Creates an
ImmutableFloatBooleanMap from an Iterable<T> by applying keyFunction and valueFunction. |
ImmutableFloatBooleanMap |
of() |
|
ImmutableFloatBooleanMap |
of(float key,
boolean value) |
|
ImmutableFloatBooleanMap |
ofAll(FloatBooleanMap map) |
|
static ImmutableFloatBooleanMapFactoryImpl |
valueOf(java.lang.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(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 ImmutableFloatBooleanMap empty()
empty in interface ImmutableFloatBooleanMapFactorypublic ImmutableFloatBooleanMap of()
ImmutableFloatBooleanMapFactoryof in interface ImmutableFloatBooleanMapFactorypublic ImmutableFloatBooleanMap with()
ImmutableFloatBooleanMapFactorywith in interface ImmutableFloatBooleanMapFactorypublic ImmutableFloatBooleanMap of(float key, boolean value)
ImmutableFloatBooleanMapFactoryof in interface ImmutableFloatBooleanMapFactorypublic ImmutableFloatBooleanMap with(float key, boolean value)
with in interface ImmutableFloatBooleanMapFactorypublic ImmutableFloatBooleanMap ofAll(FloatBooleanMap map)
ImmutableFloatBooleanMapFactoryofAll in interface ImmutableFloatBooleanMapFactorypublic ImmutableFloatBooleanMap withAll(FloatBooleanMap map)
withAll in interface ImmutableFloatBooleanMapFactorypublic <T> ImmutableFloatBooleanMap from(java.lang.Iterable<T> iterable, FloatFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)
ImmutableFloatBooleanMapFactoryImmutableFloatBooleanMap from an Iterable<T> by applying keyFunction and valueFunction.from in interface ImmutableFloatBooleanMapFactoryCopyright © 2004–2020. All rights reserved.