java.io.Serializable
, java.lang.Comparable<ImmutableFloatBooleanMapFactoryImpl>
, ImmutableFloatBooleanMapFactory
public 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 ImmutableFloatBooleanMapFactory
public ImmutableFloatBooleanMap of()
ImmutableFloatBooleanMapFactory
of
in interface ImmutableFloatBooleanMapFactory
public ImmutableFloatBooleanMap with()
ImmutableFloatBooleanMapFactory
with
in interface ImmutableFloatBooleanMapFactory
public ImmutableFloatBooleanMap of(float key, boolean value)
ImmutableFloatBooleanMapFactory
of
in interface ImmutableFloatBooleanMapFactory
public ImmutableFloatBooleanMap with(float key, boolean value)
with
in interface ImmutableFloatBooleanMapFactory
public ImmutableFloatBooleanMap ofAll(FloatBooleanMap map)
ImmutableFloatBooleanMapFactory
ofAll
in interface ImmutableFloatBooleanMapFactory
public ImmutableFloatBooleanMap withAll(FloatBooleanMap map)
withAll
in interface ImmutableFloatBooleanMapFactory
public <T> ImmutableFloatBooleanMap from(java.lang.Iterable<T> iterable, FloatFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)
ImmutableFloatBooleanMapFactory
ImmutableFloatBooleanMap
from an Iterable<T>
by applying keyFunction
and valueFunction
.from
in interface ImmutableFloatBooleanMapFactory
Copyright © 2004–2020. All rights reserved.