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