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