public interface ImmutableLongFloatMapFactory
ImmutableLongFloatMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactory.stg.| Modifier and Type | Method and Description |
|---|---|
ImmutableLongFloatMap |
empty() |
<T> ImmutableLongFloatMap |
from(Iterable<T> iterable,
LongFunction<? super T> keyFunction,
FloatFunction<? super T> valueFunction)
Creates an
ImmutableLongFloatMap from an Iterable<T> by applying keyFunction and valueFunction. |
ImmutableLongFloatMap |
of()
Same as
empty(). |
ImmutableLongFloatMap |
of(long key,
float value)
Same as
with(long, float). |
ImmutableLongFloatMap |
ofAll(LongFloatMap map)
Same as
withAll(LongFloatMap). |
ImmutableLongFloatMap |
with()
Same as
empty(). |
ImmutableLongFloatMap |
with(long key,
float value) |
ImmutableLongFloatMap |
withAll(LongFloatMap map) |
ImmutableLongFloatMap empty()
ImmutableLongFloatMap of()
empty().ImmutableLongFloatMap with()
empty().ImmutableLongFloatMap of(long key, float value)
with(long, float).ImmutableLongFloatMap with(long key, float value)
ImmutableLongFloatMap ofAll(LongFloatMap map)
withAll(LongFloatMap).ImmutableLongFloatMap withAll(LongFloatMap map)
<T> ImmutableLongFloatMap from(Iterable<T> iterable, LongFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction)
ImmutableLongFloatMap from an Iterable<T> by applying keyFunction and valueFunction.Copyright © 2004–2021. All rights reserved.