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