ImmutableIntDoubleMapFactoryImplpublic interface ImmutableIntDoubleMapFactory
ImmutableIntDoubleMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
ImmutableIntDoubleMap |
empty() |
|
<T> ImmutableIntDoubleMap |
from(Iterable<T> iterable,
IntFunction<? super T> keyFunction,
DoubleFunction<? super T> valueFunction) |
Creates an
ImmutableIntDoubleMap from an Iterable<T> by applying keyFunction and valueFunction. |
ImmutableIntDoubleMap |
of() |
Same as
empty(). |
ImmutableIntDoubleMap |
of(int key,
double value) |
Same as
with(int, double). |
ImmutableIntDoubleMap |
ofAll(IntDoubleMap map) |
Same as
withAll(IntDoubleMap). |
ImmutableIntDoubleMap |
with() |
Same as
empty(). |
ImmutableIntDoubleMap |
with(int key,
double value) |
|
ImmutableIntDoubleMap |
withAll(IntDoubleMap map) |
ImmutableIntDoubleMap empty()
ImmutableIntDoubleMap of()
empty().ImmutableIntDoubleMap with()
empty().ImmutableIntDoubleMap of(int key, double value)
with(int, double).ImmutableIntDoubleMap with(int key, double value)
ImmutableIntDoubleMap ofAll(IntDoubleMap map)
withAll(IntDoubleMap).ImmutableIntDoubleMap withAll(IntDoubleMap map)
<T> ImmutableIntDoubleMap from(Iterable<T> iterable, IntFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction)
ImmutableIntDoubleMap from an Iterable<T> by applying keyFunction and valueFunction.Copyright © 2004–2019. All rights reserved.