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