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