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