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