public class MutableShortDoubleMapFactoryImpl extends Object implements MutableShortDoubleMapFactory
MutableShortDoubleMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static MutableShortDoubleMapFactory |
INSTANCE |
| Constructor and Description |
|---|
MutableShortDoubleMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
MutableShortDoubleMap |
empty() |
<T> MutableShortDoubleMap |
from(Iterable<T> iterable,
ShortFunction<? super T> keyFunction,
DoubleFunction<? super T> valueFunction) |
MutableShortDoubleMap |
of() |
MutableShortDoubleMap |
of(short key,
double value) |
MutableShortDoubleMap |
of(short key1,
double value1,
short key2,
double value2) |
MutableShortDoubleMap |
of(short key1,
double value1,
short key2,
double value2,
short key3,
double value3) |
MutableShortDoubleMap |
of(short key1,
double value1,
short key2,
double value2,
short key3,
double value3,
short key4,
double value4) |
MutableShortDoubleMap |
ofAll(ShortDoubleMap map) |
MutableShortDoubleMap |
ofInitialCapacity(int capacity) |
MutableShortDoubleMap |
with() |
MutableShortDoubleMap |
with(short key,
double value) |
MutableShortDoubleMap |
with(short key1,
double value1,
short key2,
double value2) |
MutableShortDoubleMap |
with(short key1,
double value1,
short key2,
double value2,
short key3,
double value3) |
MutableShortDoubleMap |
with(short key1,
double value1,
short key2,
double value2,
short key3,
double value3,
short key4,
double value4) |
MutableShortDoubleMap |
withAll(ShortDoubleMap map) |
MutableShortDoubleMap |
withInitialCapacity(int capacity) |
public static final MutableShortDoubleMapFactory INSTANCE
public MutableShortDoubleMap empty()
empty in interface MutableShortDoubleMapFactorypublic MutableShortDoubleMap of()
of in interface MutableShortDoubleMapFactorypublic MutableShortDoubleMap with()
with in interface MutableShortDoubleMapFactorypublic MutableShortDoubleMap with(short key, double value)
with in interface MutableShortDoubleMapFactorypublic MutableShortDoubleMap of(short key, double value)
of in interface MutableShortDoubleMapFactorypublic MutableShortDoubleMap of(short key1, double value1, short key2, double value2)
of in interface MutableShortDoubleMapFactorypublic MutableShortDoubleMap with(short key1, double value1, short key2, double value2)
with in interface MutableShortDoubleMapFactorypublic MutableShortDoubleMap of(short key1, double value1, short key2, double value2, short key3, double value3)
of in interface MutableShortDoubleMapFactorypublic MutableShortDoubleMap with(short key1, double value1, short key2, double value2, short key3, double value3)
with in interface MutableShortDoubleMapFactorypublic MutableShortDoubleMap of(short key1, double value1, short key2, double value2, short key3, double value3, short key4, double value4)
of in interface MutableShortDoubleMapFactorypublic MutableShortDoubleMap with(short key1, double value1, short key2, double value2, short key3, double value3, short key4, double value4)
with in interface MutableShortDoubleMapFactorypublic MutableShortDoubleMap ofInitialCapacity(int capacity)
ofInitialCapacity in interface MutableShortDoubleMapFactorypublic MutableShortDoubleMap withInitialCapacity(int capacity)
withInitialCapacity in interface MutableShortDoubleMapFactorypublic MutableShortDoubleMap ofAll(ShortDoubleMap map)
ofAll in interface MutableShortDoubleMapFactorypublic MutableShortDoubleMap withAll(ShortDoubleMap map)
withAll in interface MutableShortDoubleMapFactorypublic <T> MutableShortDoubleMap from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction)
from in interface MutableShortDoubleMapFactoryCopyright © 2004–2022. All rights reserved.