public class ImmutableShortDoubleMapFactoryImpl extends Object implements ImmutableShortDoubleMapFactory
ImmutableShortDoubleMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableShortDoubleMapFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableShortDoubleMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableShortDoubleMap |
empty() |
<T> ImmutableShortDoubleMap |
from(Iterable<T> iterable,
ShortFunction<? super T> keyFunction,
DoubleFunction<? super T> valueFunction) |
ImmutableShortDoubleMap |
of() |
ImmutableShortDoubleMap |
of(short key,
double value) |
ImmutableShortDoubleMap |
ofAll(ShortDoubleMap map) |
ImmutableShortDoubleMap |
with() |
ImmutableShortDoubleMap |
with(short key,
double value) |
ImmutableShortDoubleMap |
withAll(ShortDoubleMap map) |
public static final ImmutableShortDoubleMapFactory INSTANCE
public ImmutableShortDoubleMap empty()
empty in interface ImmutableShortDoubleMapFactorypublic ImmutableShortDoubleMap of()
of in interface ImmutableShortDoubleMapFactorypublic ImmutableShortDoubleMap with()
with in interface ImmutableShortDoubleMapFactorypublic ImmutableShortDoubleMap of(short key, double value)
of in interface ImmutableShortDoubleMapFactorypublic ImmutableShortDoubleMap with(short key, double value)
with in interface ImmutableShortDoubleMapFactorypublic ImmutableShortDoubleMap ofAll(ShortDoubleMap map)
ofAll in interface ImmutableShortDoubleMapFactorypublic ImmutableShortDoubleMap withAll(ShortDoubleMap map)
withAll in interface ImmutableShortDoubleMapFactorypublic <T> ImmutableShortDoubleMap from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction)
from in interface ImmutableShortDoubleMapFactoryCopyright © 2004–2022. All rights reserved.