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