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