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