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