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