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