public class ImmutableCharBooleanMapFactoryImpl extends Object implements ImmutableCharBooleanMapFactory
ImmutableCharBooleanMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableCharBooleanMapFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableCharBooleanMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCharBooleanMap |
empty() |
<T> ImmutableCharBooleanMap |
from(Iterable<T> iterable,
CharFunction<? super T> keyFunction,
BooleanFunction<? super T> valueFunction) |
ImmutableCharBooleanMap |
of() |
ImmutableCharBooleanMap |
of(char key,
boolean value) |
ImmutableCharBooleanMap |
ofAll(CharBooleanMap map) |
ImmutableCharBooleanMap |
with() |
ImmutableCharBooleanMap |
with(char key,
boolean value) |
ImmutableCharBooleanMap |
withAll(CharBooleanMap map) |
public static final ImmutableCharBooleanMapFactory INSTANCE
public ImmutableCharBooleanMap empty()
empty in interface ImmutableCharBooleanMapFactorypublic ImmutableCharBooleanMap of()
of in interface ImmutableCharBooleanMapFactorypublic ImmutableCharBooleanMap with()
with in interface ImmutableCharBooleanMapFactorypublic ImmutableCharBooleanMap of(char key, boolean value)
of in interface ImmutableCharBooleanMapFactorypublic ImmutableCharBooleanMap with(char key, boolean value)
with in interface ImmutableCharBooleanMapFactorypublic ImmutableCharBooleanMap ofAll(CharBooleanMap map)
ofAll in interface ImmutableCharBooleanMapFactorypublic ImmutableCharBooleanMap withAll(CharBooleanMap map)
withAll in interface ImmutableCharBooleanMapFactorypublic <T> ImmutableCharBooleanMap from(Iterable<T> iterable, CharFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)
from in interface ImmutableCharBooleanMapFactoryCopyright © 2004–2022. All rights reserved.