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