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