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