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