public class ImmutableFloatLongMapFactoryImpl extends Object implements ImmutableFloatLongMapFactory
ImmutableFloatLongMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableFloatLongMapFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableFloatLongMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFloatLongMap |
empty() |
<T> ImmutableFloatLongMap |
from(Iterable<T> iterable,
FloatFunction<? super T> keyFunction,
LongFunction<? super T> valueFunction) |
ImmutableFloatLongMap |
of() |
ImmutableFloatLongMap |
of(float key,
long value) |
ImmutableFloatLongMap |
ofAll(FloatLongMap map) |
ImmutableFloatLongMap |
with() |
ImmutableFloatLongMap |
with(float key,
long value) |
ImmutableFloatLongMap |
withAll(FloatLongMap map) |
public static final ImmutableFloatLongMapFactory INSTANCE
public ImmutableFloatLongMap empty()
empty in interface ImmutableFloatLongMapFactorypublic ImmutableFloatLongMap of()
of in interface ImmutableFloatLongMapFactorypublic ImmutableFloatLongMap with()
with in interface ImmutableFloatLongMapFactorypublic ImmutableFloatLongMap of(float key, long value)
of in interface ImmutableFloatLongMapFactorypublic ImmutableFloatLongMap with(float key, long value)
with in interface ImmutableFloatLongMapFactorypublic ImmutableFloatLongMap ofAll(FloatLongMap map)
ofAll in interface ImmutableFloatLongMapFactorypublic ImmutableFloatLongMap withAll(FloatLongMap map)
withAll in interface ImmutableFloatLongMapFactorypublic <T> ImmutableFloatLongMap from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)
from in interface ImmutableFloatLongMapFactoryCopyright © 2004–2022. All rights reserved.