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