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