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