public class ImmutableObjectCharMapFactoryImpl extends Object implements ImmutableObjectCharMapFactory
ImmutableObjectCharMap.
This file was automatically generated from template file immutableObjectPrimitiveMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableObjectCharMapFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableObjectCharMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<K> ImmutableObjectCharMap<K> |
empty() |
<T,K> ImmutableObjectCharMap<K> |
from(Iterable<T> iterable,
Function<? super T,? extends K> keyFunction,
CharFunction<? super T> valueFunction) |
<K> ImmutableObjectCharMap<K> |
of() |
<K> ImmutableObjectCharMap<K> |
of(K key,
char value) |
<K> ImmutableObjectCharMap<K> |
ofAll(ObjectCharMap<? extends K> map) |
<K> ImmutableObjectCharMap<K> |
with() |
<K> ImmutableObjectCharMap<K> |
with(K key,
char value) |
<K> ImmutableObjectCharMap<K> |
withAll(ObjectCharMap<? extends K> map) |
public static final ImmutableObjectCharMapFactory INSTANCE
public <K> ImmutableObjectCharMap<K> empty()
empty in interface ImmutableObjectCharMapFactorypublic <K> ImmutableObjectCharMap<K> of()
of in interface ImmutableObjectCharMapFactorypublic <K> ImmutableObjectCharMap<K> with()
with in interface ImmutableObjectCharMapFactorypublic <K> ImmutableObjectCharMap<K> of(K key, char value)
of in interface ImmutableObjectCharMapFactorypublic <K> ImmutableObjectCharMap<K> with(K key, char value)
with in interface ImmutableObjectCharMapFactorypublic <K> ImmutableObjectCharMap<K> ofAll(ObjectCharMap<? extends K> map)
ofAll in interface ImmutableObjectCharMapFactorypublic <K> ImmutableObjectCharMap<K> withAll(ObjectCharMap<? extends K> map)
withAll in interface ImmutableObjectCharMapFactorypublic <T,K> ImmutableObjectCharMap<K> from(Iterable<T> iterable, Function<? super T,? extends K> keyFunction, CharFunction<? super T> valueFunction)
from in interface ImmutableObjectCharMapFactoryCopyright © 2004–2022. All rights reserved.