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