public class ImmutableCharObjectMapFactoryImpl extends Object implements ImmutableCharObjectMapFactory
ImmutableCharObjectMap.
This file was automatically generated from template file immutablePrimitiveObjectMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableCharObjectMapFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableCharObjectMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableCharObjectMap<V> |
empty() |
<T,V> ImmutableCharObjectMap<V> |
from(Iterable<T> iterable,
CharFunction<? super T> keyFunction,
Function<? super T,? extends V> valueFunction) |
<V> ImmutableCharObjectMap<V> |
of() |
<V> ImmutableCharObjectMap<V> |
of(char key,
V value) |
<V> ImmutableCharObjectMap<V> |
ofAll(CharObjectMap<? extends V> map) |
<V> ImmutableCharObjectMap<V> |
with() |
<V> ImmutableCharObjectMap<V> |
with(char key,
V value) |
<V> ImmutableCharObjectMap<V> |
withAll(CharObjectMap<? extends V> map) |
public static final ImmutableCharObjectMapFactory INSTANCE
public <V> ImmutableCharObjectMap<V> empty()
empty in interface ImmutableCharObjectMapFactorypublic <V> ImmutableCharObjectMap<V> of()
of in interface ImmutableCharObjectMapFactorypublic <V> ImmutableCharObjectMap<V> with()
with in interface ImmutableCharObjectMapFactorypublic <V> ImmutableCharObjectMap<V> of(char key, V value)
of in interface ImmutableCharObjectMapFactorypublic <V> ImmutableCharObjectMap<V> with(char key, V value)
with in interface ImmutableCharObjectMapFactorypublic <V> ImmutableCharObjectMap<V> ofAll(CharObjectMap<? extends V> map)
ofAll in interface ImmutableCharObjectMapFactorypublic <V> ImmutableCharObjectMap<V> withAll(CharObjectMap<? extends V> map)
withAll in interface ImmutableCharObjectMapFactorypublic <T,V> ImmutableCharObjectMap<V> from(Iterable<T> iterable, CharFunction<? super T> keyFunction, Function<? super T,? extends V> valueFunction)
from in interface ImmutableCharObjectMapFactoryCopyright © 2004–2022. All rights reserved.