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