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