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