public interface ImmutableCharBooleanMapFactory
ImmutableCharBooleanMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactory.stg.| Modifier and Type | Method and Description |
|---|---|
ImmutableCharBooleanMap |
empty() |
<T> ImmutableCharBooleanMap |
from(Iterable<T> iterable,
CharFunction<? super T> keyFunction,
BooleanFunction<? super T> valueFunction)
Creates an
ImmutableCharBooleanMap from an Iterable<T> by applying keyFunction and valueFunction. |
ImmutableCharBooleanMap |
of()
Same as
empty(). |
ImmutableCharBooleanMap |
of(char key,
boolean value)
Same as
with(char, boolean). |
ImmutableCharBooleanMap |
ofAll(CharBooleanMap map)
Same as
withAll(CharBooleanMap). |
ImmutableCharBooleanMap |
with()
Same as
empty(). |
ImmutableCharBooleanMap |
with(char key,
boolean value) |
ImmutableCharBooleanMap |
withAll(CharBooleanMap map) |
ImmutableCharBooleanMap empty()
ImmutableCharBooleanMap of()
empty().ImmutableCharBooleanMap with()
empty().ImmutableCharBooleanMap of(char key, boolean value)
with(char, boolean).ImmutableCharBooleanMap with(char key, boolean value)
ImmutableCharBooleanMap ofAll(CharBooleanMap map)
withAll(CharBooleanMap).ImmutableCharBooleanMap withAll(CharBooleanMap map)
<T> ImmutableCharBooleanMap from(Iterable<T> iterable, CharFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)
ImmutableCharBooleanMap from an Iterable<T> by applying keyFunction and valueFunction.Copyright © 2004–2022. All rights reserved.