public class ImmutableCharIntMapFactoryImpl extends Object implements ImmutableCharIntMapFactory
ImmutableCharIntMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableCharIntMapFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableCharIntMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCharIntMap |
empty() |
<T> ImmutableCharIntMap |
from(Iterable<T> iterable,
CharFunction<? super T> keyFunction,
IntFunction<? super T> valueFunction) |
ImmutableCharIntMap |
of() |
ImmutableCharIntMap |
of(char key,
int value) |
ImmutableCharIntMap |
ofAll(CharIntMap map) |
ImmutableCharIntMap |
with() |
ImmutableCharIntMap |
with(char key,
int value) |
ImmutableCharIntMap |
withAll(CharIntMap map) |
public static final ImmutableCharIntMapFactory INSTANCE
public ImmutableCharIntMap empty()
empty in interface ImmutableCharIntMapFactorypublic ImmutableCharIntMap of()
of in interface ImmutableCharIntMapFactorypublic ImmutableCharIntMap with()
with in interface ImmutableCharIntMapFactorypublic ImmutableCharIntMap of(char key, int value)
of in interface ImmutableCharIntMapFactorypublic ImmutableCharIntMap with(char key, int value)
with in interface ImmutableCharIntMapFactorypublic ImmutableCharIntMap ofAll(CharIntMap map)
ofAll in interface ImmutableCharIntMapFactorypublic ImmutableCharIntMap withAll(CharIntMap map)
withAll in interface ImmutableCharIntMapFactorypublic <T> ImmutableCharIntMap from(Iterable<T> iterable, CharFunction<? super T> keyFunction, IntFunction<? super T> valueFunction)
from in interface ImmutableCharIntMapFactoryCopyright © 2004–2022. All rights reserved.