public class ImmutableFloatBooleanMapFactoryImpl extends Object implements ImmutableFloatBooleanMapFactory
ImmutableFloatBooleanMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableFloatBooleanMapFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableFloatBooleanMapFactoryImpl() |
| 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) |
ImmutableFloatBooleanMap |
with() |
ImmutableFloatBooleanMap |
with(float key,
boolean value) |
ImmutableFloatBooleanMap |
withAll(FloatBooleanMap map) |
public static final ImmutableFloatBooleanMapFactory INSTANCE
public 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–2022. All rights reserved.