public class ImmutableFloatCharMapFactoryImpl extends Object implements ImmutableFloatCharMapFactory
ImmutableFloatCharMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableFloatCharMapFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableFloatCharMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFloatCharMap |
empty() |
<T> ImmutableFloatCharMap |
from(Iterable<T> iterable,
FloatFunction<? super T> keyFunction,
CharFunction<? super T> valueFunction) |
ImmutableFloatCharMap |
of() |
ImmutableFloatCharMap |
of(float key,
char value) |
ImmutableFloatCharMap |
ofAll(FloatCharMap map) |
ImmutableFloatCharMap |
with() |
ImmutableFloatCharMap |
with(float key,
char value) |
ImmutableFloatCharMap |
withAll(FloatCharMap map) |
public static final ImmutableFloatCharMapFactory INSTANCE
public ImmutableFloatCharMap empty()
empty in interface ImmutableFloatCharMapFactorypublic ImmutableFloatCharMap of()
of in interface ImmutableFloatCharMapFactorypublic ImmutableFloatCharMap with()
with in interface ImmutableFloatCharMapFactorypublic ImmutableFloatCharMap of(float key, char value)
of in interface ImmutableFloatCharMapFactorypublic ImmutableFloatCharMap with(float key, char value)
with in interface ImmutableFloatCharMapFactorypublic ImmutableFloatCharMap ofAll(FloatCharMap map)
ofAll in interface ImmutableFloatCharMapFactorypublic ImmutableFloatCharMap withAll(FloatCharMap map)
withAll in interface ImmutableFloatCharMapFactorypublic <T> ImmutableFloatCharMap from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, CharFunction<? super T> valueFunction)
from in interface ImmutableFloatCharMapFactoryCopyright © 2004–2022. All rights reserved.