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